aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-10 06:50:59 +0000
committerRichard M. Stallman2005-02-10 06:50:59 +0000
commit0ea91b515326e903902a6e435ed4da3255835407 (patch)
treeca4e7e676aafe5b1e503fbed97900d582e509bc5
parent9bb25ed3b898cb59f403be1ee9356d4718e3af22 (diff)
downloademacs-0ea91b515326e903902a6e435ed4da3255835407.tar.gz
emacs-0ea91b515326e903902a6e435ed4da3255835407.zip
(Symbol Type): Minor correction.
-rw-r--r--lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index e945f075e65..43ecb02f09e 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -517,7 +517,7 @@ Lisp, upper case and lower case letters are distinct.
517 517
518 Here are several examples of symbol names. Note that the @samp{+} in 518 Here are several examples of symbol names. Note that the @samp{+} in
519the fifth example is escaped to prevent it from being read as a number. 519the fifth example is escaped to prevent it from being read as a number.
520This is not necessary in the seventh example because the rest of the name 520This is not necessary in the fourth example because the rest of the name
521makes it invalid as a number. 521makes it invalid as a number.
522 522
523@example 523@example