From: Kim F. Storm Date: Mon, 20 Jun 2005 21:37:47 +0000 (+0000) Subject: (Rearrangement): Sort predicate may just return non-nil. X-Git-Tag: emacs-pretest-22.0.90~8792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c72c50043b950cbcc4c463194595571715984d71;p=emacs.git (Rearrangement): Sort predicate may just return non-nil. --- diff --git a/lispref/lists.texi b/lispref/lists.texi index a5a2c33bcce..c84a998b573 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -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