projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3e031
)
* lisp/files.el (directory-files-no-dot-files-regexp): Adapt docstring.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 19 Oct 2020 07:41:11 +0000
(09:41 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 19 Oct 2020 07:41:11 +0000
(09:41 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c2c58dae934593efdbc2b2990daa5573dafca50d..78ccb9ba910dd1f82a05661d448be81b0aa64246 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-5787,7
+5787,7
@@
If called interactively, then PARENTS is non-nil."
(defconst directory-files-no-dot-files-regexp
"[^.]\\|\\.\\.\\."
- "Regexp matching any file name except \".\" and \"..\".
+ "Regexp matching any
non-directory part of a
file name except \".\" and \"..\".
More precisely, it matches parts of any nonempty string except those two.
It is useful as the regexp argument to `directory-files' and
`directory-files-and-attributes'.")