From b5e9beda8d80345ec4c2d2ecec9c03cc31c1eb29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 16 Apr 2020 17:33:02 +0200 Subject: [PATCH] ; * 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 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) -- 2.39.2