emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/lists.texi


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Mon, 20 Jun 2005 17:37:47 -0400

Index: emacs/lispref/lists.texi
diff -c emacs/lispref/lists.texi:1.53 emacs/lispref/lists.texi:1.54
*** emacs/lispref/lists.texi:1.53       Sun Jun 19 21:03:14 2005
--- emacs/lispref/lists.texi    Mon Jun 20 21:37:47 2005
***************
*** 1105,1111 ****
  
  The argument @var{predicate} must be a function that accepts two
  arguments.  It is called with two elements of @var{list}.  To get an
! increasing order sort, the @var{predicate} should return @code{t} if the
  first element is ``less than'' the second, or @code{nil} if not.
  
  The comparison function @var{predicate} must give reliable results for
--- 1105,1111 ----
  
  The argument @var{predicate} must be a function that accepts two
  arguments.  It is called with two elements of @var{list}.  To get an
! increasing order sort, the @var{predicate} should return address@hidden if the
  first element is ``less than'' the second, or @code{nil} if not.
  
  The comparison function @var{predicate} must give reliable results for




reply via email to

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