diff lispref/files.texi @ 71463:f1944cae0a63

(Contents of Directories): Document case-insensitive behavior on respective filesystems.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 24 Jun 2006 07:30:26 +0000
parents 7733ed75db62
children dc87235a6d17
line wrap: on
line diff
--- a/lispref/files.texi	Sat Jun 24 07:24:42 2006 +0000
+++ b/lispref/files.texi	Sat Jun 24 07:30:26 2006 +0000
@@ -2364,7 +2364,8 @@
 
 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