aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-24 07:30:26 +0000
committerEli Zaretskii2006-06-24 07:30:26 +0000
commitec2c1aed2e9c61b6985e447149f61147992b671f (patch)
tree2ced88ce90e40b4b907bd55d91b6f45cd4d831d4
parent1a9fbabec0923ecc87ef73f7760183b4bc93dcd8 (diff)
downloademacs-ec2c1aed2e9c61b6985e447149f61147992b671f.tar.gz
emacs-ec2c1aed2e9c61b6985e447149f61147992b671f.zip
(Contents of Directories): Document case-insensitive behavior on respective
filesystems.
-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