emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a122ca6: Fix directory-files-recursively doc typo


From: Robert Pluim
Subject: [Emacs-diffs] master a122ca6: Fix directory-files-recursively doc typo
Date: Mon, 14 Oct 2019 05:58:05 -0400 (EDT)

branch: master
commit a122ca690798cf3cd8e2c65d373e45b5e6b30d4f
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Fix directory-files-recursively doc typo
    
    * lisp/files.el (directory-files-recursively): Fix doc string.
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 007195d..68a1284 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]