* doc/lispref/objects.texi (Symbol Type): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2013 02:09:31 +0000 (18:09 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2013 02:09:31 +0000 (18:09 -0800)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index af11ac1..8947685 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * objects.texi (Symbol Type): Fix typo.
+
 2013-02-27  Bastien Guerry  <bzg@gnu.org>
 
        * variables.texi (File Local Variables): Fix reference.
index 0437d23..3b7dc41 100644 (file)
@@ -565,8 +565,8 @@ Lisp, upper case and lower case letters are distinct.
 @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