X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0ff13af938126dca16ec0e1e80e3ac38e177e5d3..e623859c9604ee1a6994ef05d82cf91053d5aba8:/lispref/lists.texi diff --git a/lispref/lists.texi b/lispref/lists.texi index a5a2c33bcc..422c977184 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -1,8 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, -@c 2003, 2004, 2005 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, +@c 2004, 2005 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/lists @node Lists, Sequences Arrays Vectors, Strings and Characters, Top @@ -1105,7 +1104,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 @@ -1704,8 +1703,7 @@ The value will never exceed that returned by @code{ring-size}. @end defun @defun ring-elements ring -This returns a list of the objects in @var{ring}, in no particular -order. +This returns a list of the objects in @var{ring}, in order, newest first. @end defun @defun ring-copy ring