# HG changeset patch # User Eli Zaretskii # Date 1151134226 0 # Node ID f1944cae0a63083bb20e2adb7b97b3713f22d22a # Parent 7579ed1c76f190446e60c68a4fbded7c02a8a856 (Contents of Directories): Document case-insensitive behavior on respective filesystems. diff -r 7579ed1c76f1 -r f1944cae0a63 lispref/files.texi --- 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