diff options
| author | Nick Roberts | 2007-04-15 10:53:58 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-04-15 10:53:58 +0000 |
| commit | 76918d165831f051004618b3472525f5932f438c (patch) | |
| tree | 1233c22a43ace5a2ed9b8771312c58b19c04f267 | |
| parent | 4f45128ffd72671100720d3373cf1dcd9a9b611e (diff) | |
| download | emacs-76918d165831f051004618b3472525f5932f438c.tar.gz emacs-76918d165831f051004618b3472525f5932f438c.zip | |
(Sets And Lists): Fix typo.
| -rw-r--r-- | lispref/lists.texi | 2 |
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}, |
| 1526 | for a way to an element to a list stored in a variable and used as a | 1526 | for a way to add an element to a list stored in a variable and used as a |
| 1527 | set. | 1527 | set. |
| 1528 | 1528 | ||
| 1529 | @node Association Lists | 1529 | @node Association Lists |