aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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