emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f98e57b 2/2: * lisp/files.el (directory-files-no-dot-files-regexp


From: Michael Albinus
Subject: master f98e57b 2/2: * lisp/files.el (directory-files-no-dot-files-regexp): Adapt docstring.
Date: Mon, 19 Oct 2020 03:41:20 -0400 (EDT)

branch: master
commit f98e57b54bbb6c8aa3d5b00b7d8b33266025b9b1
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/files.el (directory-files-no-dot-files-regexp): Adapt docstring.
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index c2c58da..78ccb9b 100644
--- 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'.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]