Mercurial > emacs
changeset 65325:66bec6e31cea
(Fsort): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Sep 2005 01:11:43 +0000 |
parents | 3c228c69b2e5 |
children | 33c5395c982b |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Sun Sep 04 01:07:27 2005 +0000 +++ b/src/fns.c Sun Sep 04 01:11:43 2005 +0000 @@ -1894,7 +1894,7 @@ 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 non-nil -if the first element is "less" than the second. */) +if the first element should sort before the second. */) (list, predicate) Lisp_Object list, predicate; {