summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-15 20:17:12 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-15 20:17:12 +0000
commite933b15ea327efc3453520f1d5637b8404ff3e89 (patch)
tree313d8777d38aa26ae5f2793bdc544b418bf51685 /src/dired.c
parent1c319327bea680f83362080c2d711b0318db0233 (diff)
downloademacs-e933b15ea327efc3453520f1d5637b8404ff3e89.tar.gz
(Fdirectory_files): Doc fix.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c
index 5e82fef0df2..be654670e9d 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -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;
{