summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-07-31 10:57:16 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-07-31 10:57:16 +0000
commitab04a72ade2cbc1eb2f4ecd5b0940c43ce14cf54 (patch)
tree6fecac352cc1dfe1ae9d8cb9a626d9aa13872869 /lispref/lists.texi
parentc45ab038a42ff8a9889fb9b6db44ae50a5f6396a (diff)
(Sets And Lists): Update link for add-to-list.
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index cb60baef90..1c6247d818 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -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