/[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.395 by lektu, Thu Jun 9 23:27:16 2005 UTC revision 1.396 by kfstorm, Mon Jun 20 21:34:59 2005 UTC
# Line 1892  Lisp_Object merge (); Line 1892  Lisp_Object merge ();
1892  DEFUN ("sort", Fsort, Ssort, 2, 2, 0,  DEFUN ("sort", Fsort, Ssort, 2, 2, 0,
1893         doc: /* Sort LIST, stably, comparing elements using PREDICATE.         doc: /* Sort LIST, stably, comparing elements using PREDICATE.
1894  Returns the sorted list.  LIST is modified by side effects.  Returns the sorted list.  LIST is modified by side effects.
1895  PREDICATE is called with two elements of LIST, and should return t  PREDICATE is called with two elements of LIST, and should return non-nil
1896  if the first element is "less" than the second.  */)  if the first element is "less" than the second.  */)
1897       (list, predicate)       (list, predicate)
1898       Lisp_Object list, predicate;       Lisp_Object list, predicate;

Legend:
Removed from v.1.395  
changed lines
  Added in v.1.396

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