summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-04-16 17:33:02 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2020-04-16 17:33:02 +0200
commitb5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29 (patch)
tree9ce1b2a5f2a09497f05b213f9de0ce07b27f4b2c /lisp/files.el
parentd5a7df8c02f04102d50a5cd2290262f59f2b1415 (diff)
downloademacs-b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29.tar.gz
; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
Diffstat (limited to 'lisp/files.el')
-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."
"[^.]\\|\\.\\.\\."
"Regexp matching any file name except \".\" and \"..\".
More precisely, it matches parts of any nonempty string except those two.
-It is useful as the PATTERN argument to `directory-files' and
+It is useful as the regexp argument to `directory-files' and
`directory-files-and-attributes'.")
(defun files--force (no-such fn &rest args)