diff options
| author | Glenn Morris | 2013-03-02 18:09:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-03-02 18:09:31 -0800 |
| commit | 9bed73f34308231324c976e68f9bf413ba6d94cd (patch) | |
| tree | d5a3da4c7eaf8846e1d5549b4601f3b8cc199d68 | |
| parent | b270d11649521531b4b51df937149b463b8d61a8 (diff) | |
| download | emacs-9bed73f34308231324c976e68f9bf413ba6d94cd.tar.gz emacs-9bed73f34308231324c976e68f9bf413ba6d94cd.zip | |
* doc/lispref/objects.texi (Symbol Type): Fix typo.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index af11ac181a6..8947685c52c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-03-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * objects.texi (Symbol Type): Fix typo. | ||
| 4 | |||
| 1 | 2013-02-27 Bastien Guerry <bzg@gnu.org> | 5 | 2013-02-27 Bastien Guerry <bzg@gnu.org> |
| 2 | 6 | ||
| 3 | * variables.texi (File Local Variables): Fix reference. | 7 | * variables.texi (File Local Variables): Fix reference. |
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 |
| 568 | the fifth example is escaped to prevent it from being read as a number. | 568 | the fourth example is escaped to prevent it from being read as a number. |
| 569 | This is not necessary in the fourth example because the rest of the name | 569 | This is not necessary in the sixth example because the rest of the name |
| 570 | makes it invalid as a number. | 570 | makes it invalid as a number. |
| 571 | 571 | ||
| 572 | @example | 572 | @example |