diff options
| author | Richard M. Stallman | 2005-02-10 06:50:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-10 06:50:59 +0000 |
| commit | 0ea91b515326e903902a6e435ed4da3255835407 (patch) | |
| tree | ca4e7e676aafe5b1e503fbed97900d582e509bc5 | |
| parent | 9bb25ed3b898cb59f403be1ee9356d4718e3af22 (diff) | |
| download | emacs-0ea91b515326e903902a6e435ed4da3255835407.tar.gz emacs-0ea91b515326e903902a6e435ed4da3255835407.zip | |
(Symbol Type): Minor correction.
| -rw-r--r-- | lispref/objects.texi | 2 |
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 |
| 519 | the fifth example is escaped to prevent it from being read as a number. | 519 | the fifth example is escaped to prevent it from being read as a number. |
| 520 | This is not necessary in the seventh example because the rest of the name | 520 | This is not necessary in the fourth example because the rest of the name |
| 521 | makes it invalid as a number. | 521 | makes it invalid as a number. |
| 522 | 522 | ||
| 523 | @example | 523 | @example |