(Sets And Lists): Update link for add-to-list.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 31 Jul 2006 10:57:16 +0000 (10:57 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 31 Jul 2006 10:57:16 +0000 (10:57 +0000)
lispref/lists.texi

index cb60bae..1c6247d 100644 (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