Mercurial > emacs
changeset 63602:d34f50416edf
(Fsort): Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 20 Jun 2005 21:34:59 +0000 |
parents | a343c1886b26 |
children | c21c6f588786 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Jun 20 18:26:52 2005 +0000 +++ b/src/fns.c Mon Jun 20 21:34:59 2005 +0000 @@ -1892,7 +1892,7 @@ 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;