1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(Sets And Lists): Update link for add-to-list.

This commit is contained in:
Nick Roberts 2006-07-31 10:57:16 +00:00
parent c45ab038a4
commit ab04a72ade

View file

@ -1489,7 +1489,7 @@ several @code{equal} occurrences of an element in @var{list},
@code{delete-dups} keeps the first one.
@end defun
See also the function @code{add-to-list}, in @ref{Setting Variables},
See also the function @code{add-to-list}, in @ref{List Variables},
for another way to add an element to a list stored in a variable.
@node Association Lists