Mercurial > emacs
changeset 97500:07ebe6a22868
(Fdirectory_files): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 15 Aug 2008 20:17:12 +0000 |
parents | c9a38c51bba9 |
children | 46d2c5d06bf4 |
files | src/dired.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dired.c Fri Aug 15 20:17:02 2008 +0000 +++ b/src/dired.c Fri Aug 15 20:17:12 2008 +0000 @@ -329,7 +329,8 @@ 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; {