# HG changeset patch # User Luc Teirlinck # Date 1119576616 0 # Node ID d667a89621c9e8998372057440e98ac8a79d520a # Parent 8473f6269712932d8d8d70b66d02e82d847e27ca (Rings): `ring-elements' now returns the elements of RING in order. diff -r 8473f6269712 -r d667a89621c9 lispref/lists.texi --- a/lispref/lists.texi Fri Jun 24 01:29:05 2005 +0000 +++ b/lispref/lists.texi Fri Jun 24 01:30:16 2005 +0000 @@ -1704,8 +1704,7 @@ @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