comparison 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
comparison
equal deleted inserted replaced
71462:7579ed1c76f1 71463:f1944cae0a63
2362 absolute file names. Otherwise, it returns the names relative to 2362 absolute file names. Otherwise, it returns the names relative to
2363 the specified directory. 2363 the specified directory.
2364 2364
2365 If @var{match-regexp} is non-@code{nil}, this function returns only 2365 If @var{match-regexp} is non-@code{nil}, this function returns only
2366 those file names that contain a match for that regular expression---the 2366 those file names that contain a match for that regular expression---the
2367 other file names are excluded from the list. 2367 other file names are excluded from the list. On case-insensitive
2368 filesystems, the regular expression matching is case-insensitive.
2368 2369
2369 @c Emacs 19 feature 2370 @c Emacs 19 feature
2370 If @var{nosort} is non-@code{nil}, @code{directory-files} does not sort 2371 If @var{nosort} is non-@code{nil}, @code{directory-files} does not sort
2371 the list, so you get the file names in no particular order. Use this if 2372 the list, so you get the file names in no particular order. Use this if
2372 you want the utmost possible speed and don't care what order the files 2373 you want the utmost possible speed and don't care what order the files