diff src/fns.c @ 65325:66bec6e31cea

(Fsort): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Sep 2005 01:11:43 +0000
parents 369c84bf493f
children ad24f42046b1 5272862a4865 a3716f7538f2
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;
 {