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
5c796e80
Commit
5c796e80
authored
Jun 20, 2005
by
Kim F. Storm
Browse files
(Fsort): Doc fix.
parent
fb056bef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/fns.c
src/fns.c
+1
-1
No files found.
lispref/ChangeLog
View file @
5c796e80
2005-06-20 Kim F. Storm <storm@cua.dk>
* lists.texi (Rearrangement): Sort predicate may just return non-nil.
2005-06-20 Karl Berry <karl@gnu.org>
* syntax.texi (Syntax Flags): Make last column very slightly wider
...
...
src/fns.c
View file @
5c796e80
...
...
@@ -1892,7 +1892,7 @@ Lisp_Object merge ();
DEFUN ("sort", Fsort, Ssort, 2, 2, 0,
doc: /* Sort LIST, stably, comparing elements using PREDICATE.
Returns the sorted list. LIST is modified by side effects.
PREDICATE is called with two elements of LIST, and should return
t
PREDICATE is called with two elements of LIST, and should return
non-nil
if the first element is "less" than the second. */)
(list, predicate)
Lisp_Object list, predicate;
...
...
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