summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-06-20 21:37:47 +0000
committerKim F. Storm <storm@cua.dk>2005-06-20 21:37:47 +0000
commitc72c50043b950cbcc4c463194595571715984d71 (patch)
tree85f200b4ec47fe728547911a0914a1fc260da977 /lispref/lists.texi
parent5c796e808c3b95dbcd9c2dc149ebe36f6d4e4908 (diff)
(Rearrangement): Sort predicate may just return non-nil.
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index a5a2c33bcc..c84a998b57 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