mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(Contents of Directories): Document case-insensitive behavior on respective
filesystems.
This commit is contained in:
parent
1a9fbabec0
commit
ec2c1aed2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user