# HG changeset patch # User Nick Roberts # Date 1176634438 0 # Node ID ea5eee51e6a03d502024b2cbc258bb4dd6d0862c # Parent e0654112813839adcf9a462c1c9696e3572fb650 (Sets And Lists): Fix typo. diff -r e06541128138 -r ea5eee51e6a0 lispref/lists.texi --- a/lispref/lists.texi Sun Apr 15 01:34:43 2007 +0000 +++ b/lispref/lists.texi Sun Apr 15 10:53:58 2007 +0000 @@ -1523,7 +1523,7 @@ @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