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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Mon, 20 Jun 2005 17:34:59 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.395 emacs/src/fns.c:1.396
*** emacs/src/fns.c:1.395       Thu Jun  9 23:27:16 2005
--- emacs/src/fns.c     Mon Jun 20 21:34:59 2005
***************
*** 1892,1898 ****
  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 t
  if the first element is "less" than the second.  */)
       (list, predicate)
       Lisp_Object list, predicate;
--- 1892,1898 ----
  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.  */)
       (list, predicate)
       Lisp_Object list, predicate;




reply via email to

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