]> git.eshelyaron.com Git - emacs.git/commitdiff
(Rearrangement): Sort predicate may just return non-nil.
authorKim F. Storm <storm@cua.dk>
Mon, 20 Jun 2005 21:37:47 +0000 (21:37 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 20 Jun 2005 21:37:47 +0000 (21:37 +0000)
lispref/lists.texi

index a5a2c33bcce67a0ec9d3693ab90f5fe63ee6738f..c84a998b573cb4baf3ff50ddeefc8e5975174bd7 100644 (file)
@@ -1105,7 +1105,7 @@ criteria.
 
 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