From 0ea91b515326e903902a6e435ed4da3255835407 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Feb 2005 06:50:59 +0000 Subject: [PATCH] (Symbol Type): Minor correction. --- lispref/objects.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. 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 seventh example because the rest of the name +This is not necessary in the fourth example because the rest of the name makes it invalid as a number. @example -- 2.39.5