* doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)

This commit is contained in:
Dani Moncayo 2011-09-13 23:52:54 -07:00 committed by Glenn Morris
parent 46888499da
commit bf1af6c786
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
* lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2011-09-11 Juanma Barranquero <lekktu@gmail.com>
* processes.texi (Network Servers): Clarify what the process

View file

@ -1454,7 +1454,7 @@ For example:
l
@result{} ((2) (1))
;; @r{If you want to change @code{l} reliably,}
;; @r{write @code{(setq l (delete elt l))}.}
;; @r{write @code{(setq l (delete '(2) l))}.}
@end group
@group
(setq l '((2) (1) (2)))