emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105763: * doc/lispref/lists.texi (Se


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105763: * doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)
Date: Tue, 13 Sep 2011 23:52:54 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105763
author: Dani Moncayo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-09-13 23:52:54 -0700
message:
  * doc/lispref/lists.texi (Sets And Lists): Fix typo.  (tiny change)
modified:
  doc/lispref/ChangeLog
  doc/lispref/lists.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-09-11 02:04:07 +0000
+++ b/doc/lispref/ChangeLog     2011-09-14 06:52:54 +0000
@@ -1,3 +1,7 @@
+2011-09-14  Dani Moncayo  <address@hidden>  (tiny change)
+
+       * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
+
 2011-09-11  Juanma Barranquero  <address@hidden>
 
        * processes.texi (Network Servers): Clarify what the process

=== modified file 'doc/lispref/lists.texi'
--- a/doc/lispref/lists.texi    2011-08-30 22:43:43 +0000
+++ b/doc/lispref/lists.texi    2011-09-14 06:52:54 +0000
@@ -1454,7 +1454,7 @@
 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]