mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 17:22:48 -07:00
(Fdirectory_files): Doc fix.
This commit is contained in:
parent
1c319327be
commit
e933b15ea3
1 changed files with 2 additions and 1 deletions
|
|
@ -329,7 +329,8 @@ If FULL is non-nil, return absolute file names. Otherwise return names
|
|||
that are relative to the specified directory.
|
||||
If MATCH is non-nil, mention only file names that match the regexp MATCH.
|
||||
If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
|
||||
NOSORT is useful if you plan to sort the result yourself. */)
|
||||
Otherwise, the list returned is sorted with `stringp-lessp'.
|
||||
NOSORT is useful if you plan to sort the result yourself. */)
|
||||
(directory, full, match, nosort)
|
||||
Lisp_Object directory, full, match, nosort;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue