; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.

This commit is contained in:
Mattias Engdegård 2020-04-16 17:33:02 +02:00
parent d5a7df8c02
commit b5e9beda8d

View 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)