; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
This commit is contained in:
parent
d5a7df8c02
commit
b5e9beda8d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue