mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
(Rings): `ring-elements' now returns the elements of RING in order.
This commit is contained in:
parent
6fb276bdd1
commit
eaf664cfab
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue