]> code.delx.au - gnu-emacs/commitdiff
(Fsort): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Sep 2005 01:11:43 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Sep 2005 01:11:43 +0000 (01:11 +0000)
src/fns.c

index 1e26ec9a392c89f80be5b1a417344a6700ddb12d..3c23aef282e2f45f6921121dd2afb01aaa9dbb1d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1894,7 +1894,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 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;
 {