aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2007-04-15 10:53:58 +0000
committerNick Roberts2007-04-15 10:53:58 +0000
commit76918d165831f051004618b3472525f5932f438c (patch)
tree1233c22a43ace5a2ed9b8771312c58b19c04f267
parent4f45128ffd72671100720d3373cf1dcd9a9b611e (diff)
downloademacs-76918d165831f051004618b3472525f5932f438c.tar.gz
emacs-76918d165831f051004618b3472525f5932f438c.zip
(Sets And Lists): Fix typo.
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index f7c56d7f8a4..ffe4df2413d 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -1523,7 +1523,7 @@ several @code{equal} occurrences of an element in @var{list},
1523@end defun 1523@end defun
1524 1524
1525 See also the function @code{add-to-list}, in @ref{List Variables}, 1525 See also the function @code{add-to-list}, in @ref{List Variables},
1526for a way to an element to a list stored in a variable and used as a 1526for a way to add an element to a list stored in a variable and used as a
1527set. 1527set.
1528 1528
1529@node Association Lists 1529@node Association Lists