aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
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.
827PREDICATE can be either nil (which means that all subdirectories 827PREDICATE can be either nil (which means that all subdirectories
828are descended into), t (which means that subdirectories that 828are descended into), t (which means that subdirectories that
829can't be read are ignored), or a function (which is called with 829can't be read are ignored), or a function (which is called with
830name name of the subdirectory and should return non-nil if the 830the name of the subdirectory and should return non-nil if the
831subdirectory is to be descended into). 831subdirectory is to be descended into).
832 832
833If FOLLOW-SYMLINKS, symbolic links that point to directories are 833If FOLLOW-SYMLINKS, symbolic links that point to directories are