/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.401 by rms, Sun Aug 7 17:36:12 2005 UTC revision 1.402 by rms, Sun Sep 4 01:11:43 2005 UTC
# Line 1894  DEFUN ("sort", Fsort, Ssort, 2, 2, 0, Line 1894  DEFUN ("sort", Fsort, Ssort, 2, 2, 0,
1894         doc: /* Sort LIST, stably, comparing elements using PREDICATE.         doc: /* Sort LIST, stably, comparing elements using PREDICATE.
1895  Returns the sorted list.  LIST is modified by side effects.  Returns the sorted list.  LIST is modified by side effects.
1896  PREDICATE is called with two elements of LIST, and should return non-nil  PREDICATE is called with two elements of LIST, and should return non-nil
1897  if the first element is "less" than the second.  */)  if the first element should sort before the second.  */)
1898       (list, predicate)       (list, predicate)
1899       Lisp_Object list, predicate;       Lisp_Object list, predicate;
1900  {  {

Legend:
Removed from v.1.401  
changed lines
  Added in v.1.402

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26