Fix directory-files-recursively doc typo
* lisp/files.el (directory-files-recursively): Fix doc string.
This commit is contained in:
parent
1fbce07e66
commit
a122ca6907
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ in the output directories whose names match REGEXP.
|
|||
PREDICATE can be either nil (which means that all subdirectories
|
||||
are descended into), t (which means that subdirectories that
|
||||
can't be read are ignored), or a function (which is called with
|
||||
name name of the subdirectory and should return non-nil if the
|
||||
the name of the subdirectory and should return non-nil if the
|
||||
subdirectory is to be descended into).
|
||||
|
||||
If FOLLOW-SYMLINKS, symbolic links that point to directories are
|
||||
|
|
Loading…
Add table
Reference in a new issue