aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-07-31 10:57:16 +0000
committerNick Roberts2006-07-31 10:57:16 +0000
commitab04a72ade2cbc1eb2f4ecd5b0940c43ce14cf54 (patch)
tree6fecac352cc1dfe1ae9d8cb9a626d9aa13872869
parentc45ab038a42ff8a9889fb9b6db44ae50a5f6396a (diff)
downloademacs-ab04a72ade2cbc1eb2f4ecd5b0940c43ce14cf54.tar.gz
emacs-ab04a72ade2cbc1eb2f4ecd5b0940c43ce14cf54.zip
(Sets And Lists): Update link for add-to-list.
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index cb60baef900..1c6247d818c 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -1489,7 +1489,7 @@ several @code{equal} occurrences of an element in @var{list},
1489@code{delete-dups} keeps the first one. 1489@code{delete-dups} keeps the first one.
1490@end defun 1490@end defun
1491 1491
1492 See also the function @code{add-to-list}, in @ref{Setting Variables}, 1492 See also the function @code{add-to-list}, in @ref{List Variables},
1493for another way to add an element to a list stored in a variable. 1493for another way to add an element to a list stored in a variable.
1494 1494
1495@node Association Lists 1495@node Association Lists