diff options
| author | Robert Pluim | 2019-10-14 11:43:12 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-10-14 11:43:12 +0200 |
| commit | a122ca690798cf3cd8e2c65d373e45b5e6b30d4f (patch) | |
| tree | dad335a9ade3e76bd6010e0375143b22ef833ec0 | |
| parent | 1fbce07e66c44c292d7b3ae04d67a7e7f6ed151a (diff) | |
| download | emacs-a122ca690798cf3cd8e2c65d373e45b5e6b30d4f.tar.gz emacs-a122ca690798cf3cd8e2c65d373e45b5e6b30d4f.zip | |
Fix directory-files-recursively doc typo
* lisp/files.el (directory-files-recursively): Fix doc string.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 007195d22a8..68a1284b386 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -827,7 +827,7 @@ in the output directories whose names match REGEXP. | |||
| 827 | PREDICATE can be either nil (which means that all subdirectories | 827 | PREDICATE can be either nil (which means that all subdirectories |
| 828 | are descended into), t (which means that subdirectories that | 828 | are descended into), t (which means that subdirectories that |
| 829 | can't be read are ignored), or a function (which is called with | 829 | can't be read are ignored), or a function (which is called with |
| 830 | name name of the subdirectory and should return non-nil if the | 830 | the name of the subdirectory and should return non-nil if the |
| 831 | subdirectory is to be descended into). | 831 | subdirectory is to be descended into). |
| 832 | 832 | ||
| 833 | If FOLLOW-SYMLINKS, symbolic links that point to directories are | 833 | If FOLLOW-SYMLINKS, symbolic links that point to directories are |