From: Mattias EngdegÄrd Date: Thu, 16 Apr 2020 15:33:02 +0000 (+0200) Subject: ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name. X-Git-Tag: emacs-28.0.90~7570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29;p=emacs.git ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name. --- 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)