From: Eli Zaretskii Date: Sat, 24 Jun 2006 07:30:26 +0000 (+0000) Subject: (Contents of Directories): Document case-insensitive behavior on respective X-Git-Tag: emacs-pretest-22.0.90~1850 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec2c1aed2e9c61b6985e447149f61147992b671f;p=emacs.git (Contents of Directories): Document case-insensitive behavior on respective filesystems. --- 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