From c72c50043b950cbcc4c463194595571715984d71 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 20 Jun 2005 21:37:47 +0000 Subject: [PATCH] (Rearrangement): Sort predicate may just return non-nil. --- lispref/lists.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2