]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
authorMattias Engdegård <mattiase@acm.org>
Thu, 16 Apr 2020 15:33:02 +0000 (17:33 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 16 Apr 2020 15:33:02 +0000 (17:33 +0200)
lisp/files.el

index b2b14e1b90d3774ffe92b7e3addabfdda2976ed8..fa72e51c4977dc7b9b32274e0c42b3a3f5be9e6c 100644 (file)
@@ -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)