changeset 63604:4ca64c59b88b

(Rearrangement): Sort predicate may just return non-nil.
author Kim F. Storm <storm@cua.dk>
date Mon, 20 Jun 2005 21:37:47 +0000
parents c21c6f588786
children 99743da5284f
files lispref/lists.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/lists.texi	Mon Jun 20 21:37:27 2005 +0000
+++ b/lispref/lists.texi	Mon Jun 20 21:37:47 2005 +0000
@@ -1105,7 +1105,7 @@
 
 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
+increasing order sort, the @var{predicate} should return non-@code{nil} if the
 first element is ``less than'' the second, or @code{nil} if not.
 
 The comparison function @var{predicate} must give reliable results for