emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111312: * doc/lispref/objects.tex


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111312: * doc/lispref/objects.texi (Symbol Type): Fix typo.
Date: Sat, 02 Mar 2013 18:09:31 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111312
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2013-03-02 18:09:31 -0800
message:
  * doc/lispref/objects.texi (Symbol Type): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/objects.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-02-27 12:12:20 +0000
+++ b/doc/lispref/ChangeLog     2013-03-03 02:09:31 +0000
@@ -1,3 +1,7 @@
+2013-03-03  Glenn Morris  <address@hidden>
+
+       * objects.texi (Symbol Type): Fix typo.
+
 2013-02-27  Bastien Guerry  <address@hidden>
 
        * variables.texi (File Local Variables): Fix reference.

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2013-02-13 02:25:02 +0000
+++ b/doc/lispref/objects.texi  2013-03-03 02:09:31 +0000
@@ -565,8 +565,8 @@
 @end quotation
 
   Here are several examples of symbol names.  Note that the @samp{+} in
-the fifth example is escaped to prevent it from being read as a number.
-This is not necessary in the fourth example because the rest of the name
+the fourth example is escaped to prevent it from being read as a number.
+This is not necessary in the sixth example because the rest of the name
 makes it invalid as a number.
 
 @example


reply via email to

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