]> git.eshelyaron.com Git - emacs.git/commitdiff
(Sets And Lists): Fix typo.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 15 Apr 2007 10:53:58 +0000 (10:53 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 15 Apr 2007 10:53:58 +0000 (10:53 +0000)
lispref/lists.texi

index f7c56d7f8a41d322160a8e8dd07fbddec4ba3e6f..ffe4df2413df05984e110db9a7bac77003f41cbf 100644 (file)
@@ -1523,7 +1523,7 @@ several @code{equal} occurrences of an element in @var{list},
 @end defun
 
   See also the function @code{add-to-list}, in @ref{List Variables},
-for a way to an element to a list stored in a variable and used as a
+for a way to add an element to a list stored in a variable and used as a
 set.
 
 @node Association Lists