diff options
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
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) |
