aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/files.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index f7af725f191..86750cf5f40 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -2364,7 +2364,8 @@ the specified directory.
2364 2364
2365If @var{match-regexp} is non-@code{nil}, this function returns only 2365If @var{match-regexp} is non-@code{nil}, this function returns only
2366those file names that contain a match for that regular expression---the 2366those file names that contain a match for that regular expression---the
2367other file names are excluded from the list. 2367other file names are excluded from the list. On case-insensitive
2368filesystems, the regular expression matching is case-insensitive.
2368 2369
2369@c Emacs 19 feature 2370@c Emacs 19 feature
2370If @var{nosort} is non-@code{nil}, @code{directory-files} does not sort 2371If @var{nosort} is non-@code{nil}, @code{directory-files} does not sort