diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 3 |
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 | |||
| 329 | that are relative to the specified directory. | 329 | that are relative to the specified directory. |
| 330 | If MATCH is non-nil, mention only file names that match the regexp MATCH. | 330 | If MATCH is non-nil, mention only file names that match the regexp MATCH. |
| 331 | If NOSORT is non-nil, the list is not sorted--its order is unpredictable. | 331 | If NOSORT is non-nil, the list is not sorted--its order is unpredictable. |
| 332 | NOSORT is useful if you plan to sort the result yourself. */) | 332 | Otherwise, the list returned is sorted with `stringp-lessp'. |
| 333 | NOSORT is useful if you plan to sort the result yourself. */) | ||
| 333 | (directory, full, match, nosort) | 334 | (directory, full, match, nosort) |
| 334 | Lisp_Object directory, full, match, nosort; | 335 | Lisp_Object directory, full, match, nosort; |
| 335 | { | 336 | { |