aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-01 18:16:22 +0200
committerEli Zaretskii2015-12-01 18:16:22 +0200
commitb99a34bcb030d59e0e272b3379d1725a6eb01d95 (patch)
tree234daeaec7f2fd12ff3d9d4fa5d1039bc93d51f0 /etc
parente702ab8d843dd416b6721c2e05be832d69ad1977 (diff)
downloademacs-b99a34bcb030d59e0e272b3379d1725a6eb01d95.tar.gz
emacs-b99a34bcb030d59e0e272b3379d1725a6eb01d95.zip
Document 'directory-files-recursively'
* lisp/files.el (directory-files-recursively): Doc fix. Rename the argument MATCH to REGEXP, to be more explicit about its form. * doc/lispref/files.texi (Contents of Directories): Improve the documentation of 'directory-files-recursively'. Add cross-references. * etc/NEWS: Move the entry for 'directory-files-recursively' to its place and mark it documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b9e0bd4ba24..bd7435b1760 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,9 +181,6 @@ for use in Emacs bug reports.
181hiding character but the default `.' can be used by let-binding the 181hiding character but the default `.' can be used by let-binding the
182variable `read-hide-char'. 182variable `read-hide-char'.
183 183
184** A new function `directory-files-recursively' returns all matching
185files (recursively) under a directory.
186
187** The new function `directory-name-p' can be used to check whether a file 184** The new function `directory-name-p' can be used to check whether a file
188name (as returned from, for instance, `file-name-all-completions' is 185name (as returned from, for instance, `file-name-all-completions' is
189a directory file name. It returns non-nil if the last character in 186a directory file name. It returns non-nil if the last character in
@@ -1138,6 +1135,10 @@ process filter, sentinel, etc., through keyword arguments (similar to
1138`make-network-process'). 1135`make-network-process').
1139 1136
1140+++ 1137+++
1138** A new function `directory-files-recursively' returns all matching
1139files (recursively) under a directory.
1140
1141+++
1141** New variable `inhibit-message', when bound to non-nil, inhibits 1142** New variable `inhibit-message', when bound to non-nil, inhibits
1142`message' and related functions from displaying messages the Echo 1143`message' and related functions from displaying messages the Echo
1143Area. The output is still logged to the *Messages* buffer. 1144Area. The output is still logged to the *Messages* buffer.