changeset 72206:af7ed5869f92

(Sets And Lists): Update link for add-to-list.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 31 Jul 2006 10:57:16 +0000
parents 5be1e2d2d010
children e9f448b5a616
files lispref/lists.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/lists.texi	Mon Jul 31 10:56:25 2006 +0000
+++ b/lispref/lists.texi	Mon Jul 31 10:57:16 2006 +0000
@@ -1489,7 +1489,7 @@
 @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