aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 0437d2337a3..3b7dc41335b 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -565,8 +565,8 @@ Lisp, upper case and lower case letters are distinct.
565@end quotation 565@end quotation
566 566
567 Here are several examples of symbol names. Note that the @samp{+} in 567 Here are several examples of symbol names. Note that the @samp{+} in
568the fifth example is escaped to prevent it from being read as a number. 568the fourth example is escaped to prevent it from being read as a number.
569This is not necessary in the fourth example because the rest of the name 569This is not necessary in the sixth example because the rest of the name
570makes it invalid as a number. 570makes it invalid as a number.
571 571
572@example 572@example