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 b2b14e1b90d..fa72e51c497 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5756,7 +5756,7 @@ If called interactively, then PARENTS is non-nil."
5756 "[^.]\\|\\.\\.\\." 5756 "[^.]\\|\\.\\.\\."
5757 "Regexp matching any file name except \".\" and \"..\". 5757 "Regexp matching any file name except \".\" and \"..\".
5758More precisely, it matches parts of any nonempty string except those two. 5758More precisely, it matches parts of any nonempty string except those two.
5759It is useful as the PATTERN argument to `directory-files' and 5759It is useful as the regexp argument to `directory-files' and
5760`directory-files-and-attributes'.") 5760`directory-files-and-attributes'.")
5761 5761
5762(defun files--force (no-such fn &rest args) 5762(defun files--force (no-such fn &rest args)