diff options
| author | Eli Zaretskii | 2015-12-01 18:16:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-01 18:16:22 +0200 |
| commit | b99a34bcb030d59e0e272b3379d1725a6eb01d95 (patch) | |
| tree | 234daeaec7f2fd12ff3d9d4fa5d1039bc93d51f0 /etc | |
| parent | e702ab8d843dd416b6721c2e05be832d69ad1977 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -181,9 +181,6 @@ for use in Emacs bug reports. | |||
| 181 | hiding character but the default `.' can be used by let-binding the | 181 | hiding character but the default `.' can be used by let-binding the |
| 182 | variable `read-hide-char'. | 182 | variable `read-hide-char'. |
| 183 | 183 | ||
| 184 | ** A new function `directory-files-recursively' returns all matching | ||
| 185 | files (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 |
| 188 | name (as returned from, for instance, `file-name-all-completions' is | 185 | name (as returned from, for instance, `file-name-all-completions' is |
| 189 | a directory file name. It returns non-nil if the last character in | 186 | a 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 | ||
| 1139 | files (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 |
| 1143 | Area. The output is still logged to the *Messages* buffer. | 1144 | Area. The output is still logged to the *Messages* buffer. |