From ec2c1aed2e9c61b6985e447149f61147992b671f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Jun 2006 07:30:26 +0000 Subject: [PATCH] (Contents of Directories): Document case-insensitive behavior on respective filesystems. --- lispref/files.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. If @var{match-regexp} is non-@code{nil}, this function returns only those file names that contain a match for that regular expression---the -other file names are excluded from the list. +other file names are excluded from the list. On case-insensitive +filesystems, the regular expression matching is case-insensitive. @c Emacs 19 feature If @var{nosort} is non-@code{nil}, @code{directory-files} does not sort