Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.401 emacs/src/fns.c:1.402
*** emacs/src/fns.c:1.401 Sun Aug 7 17:36:12 2005
--- emacs/src/fns.c Sun Sep 4 01:11:43 2005
***************
*** 1894,1900 ****
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. */)
(list, predicate)
Lisp_Object list, predicate;
{
--- 1894,1900 ----
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 should sort before the second. */)
(list, predicate)
Lisp_Object list, predicate;
{
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs