diff options
| -rw-r--r-- | lispref/files.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
| 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 |