[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b5e9bed: ; * lisp/files.el (directory-files-no-dot-files-regexp):
From: |
Mattias Engdeg�rd |
Subject: |
master b5e9bed: ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name. |
Date: |
Thu, 16 Apr 2020 11:34:21 -0400 (EDT) |
branch: master
commit b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>
; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
---
lisp/files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/files.el b/lisp/files.el
index b2b14e1..fa72e51 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master b5e9bed: ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.,
Mattias Engdeg�rd <=