# HG changeset patch # User Kim F. Storm # Date 1119303467 0 # Node ID 4ca64c59b88b106acab126320c1b5bf096d0c113 # Parent c21c6f58878627648c439299c5aefe768c582227 (Rearrangement): Sort predicate may just return non-nil. diff -r c21c6f588786 -r 4ca64c59b88b lispref/lists.texi --- 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