summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-12-03 20:24:58 +0200
committerEli Zaretskii <eliz@gnu.org>2014-12-03 20:24:58 +0200
commite148a1eacaaa6d6e67db09188f66dab06937ae0d (patch)
treeccc4a7c0378e335035c2e47d090d649fdefb3930
parent38aaf904c7f0feda58a1c321af6042ab29ee7716 (diff)
downloademacs-e148a1eacaaa6d6e67db09188f66dab06937ae0d.tar.gz
etc/NEWS: Mention 'file-tree-walk'.
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb016ee8944..9786f3a6698 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -121,9 +121,13 @@ non-native NS fullscreen. The default is nil. Set to t to enable
animation when entering and leaving fullscreen. For native OSX fullscreen
this has no effect.
-*** A new text property `inhibit-read-only' can be used in read-only
+** A new text property `inhibit-read-only' can be used in read-only
buffers to allow certain parts of the text to be writable.
+** A new function `file-tree-walk' allows to apply a certain action
+to all the files and subdirectories of a directory, similarly to the C
+library function `ftw'.
+
* Editing Changes in Emacs 25.1