aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-04-16 17:33:02 +0200
committerMattias EngdegÄrd2020-04-16 17:33:02 +0200
commitb5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29 (patch)
tree9ce1b2a5f2a09497f05b213f9de0ce07b27f4b2c
parentd5a7df8c02f04102d50a5cd2290262f59f2b1415 (diff)
downloademacs-b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29.tar.gz
emacs-b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29.zip
; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
-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)