From: Dani Moncayo Date: Wed, 14 Sep 2011 06:52:54 +0000 (-0700) Subject: * doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change) X-Git-Tag: emacs-pretest-24.0.90~104^2~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf1af6c7863eb672781fef5725b097d2f1700618;p=emacs.git * doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change) --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4873680d0a1..71dc8a8ff89 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-09-14 Dani Moncayo (tiny change) + + * lists.texi (Sets And Lists): Fix typo. (Bug#9393) + 2011-09-11 Juanma Barranquero * processes.texi (Network Servers): Clarify what the process diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 7a530b602e0..056c924e72c 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -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)))