Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a489517b
Commit
a489517b
authored
Sep 24, 2009
by
Juanma Barranquero
Browse files
* dired.c (Fdirectory_files): Fix typo in docstring.
parent
d93ec753
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
src/ChangeLog
src/ChangeLog
+8
-4
src/dired.c
src/dired.c
+2
-2
No files found.
src/ChangeLog
View file @
a489517b
2009-09-24 Juanma Barranquero <lekktu@gmail.com>
* dired.c (Fdirectory_files): Fix typo in docstring.
2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
...
...
src/dired.c
View file @
a489517b
...
...
@@ -368,7 +368,7 @@ 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.
Otherwise, the list returned is sorted with `string
p
-lessp'.
Otherwise, the list returned is sorted with `string-lessp'.
NOSORT is useful if you plan to sort the result yourself. */
)
(
directory
,
full
,
match
,
nosort
)
Lisp_Object
directory
,
full
,
match
,
nosort
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment