mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
(Rings): `ring-elements' now returns the elements of RING in order.
This commit is contained in:
parent
6fb276bdd1
commit
eaf664cfab
@ -1704,8 +1704,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
|
||||
|
Loading…
Reference in New Issue
Block a user