]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix directory-files-recursively doc typo
authorRobert Pluim <rpluim@gmail.com>
Mon, 14 Oct 2019 09:43:12 +0000 (11:43 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 14 Oct 2019 09:43:12 +0000 (11:43 +0200)
* lisp/files.el (directory-files-recursively): Fix doc string.

lisp/files.el

index 007195d22a87fe0eff60e95ca7d36afa52520bba..68a1284b38640deedef9889498b948ffbb45e017 100644 (file)
@@ -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