* doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)
authorDani Moncayo <dmoncayo@gmail.com>
Wed, 14 Sep 2011 06:52:54 +0000 (23:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 14 Sep 2011 06:52:54 +0000 (23:52 -0700)
doc/lispref/ChangeLog
doc/lispref/lists.texi

index 4873680..71dc8a8 100644 (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
index 7a530b6..056c924 100644 (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)))