emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Sat, 03 Sep 2005 21:11:43 -0400

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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]