* doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)
This commit is contained in:
parent
46888499da
commit
bf1af6c786
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue