diff options
| author | Glenn Morris | 2009-08-26 02:56:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-26 02:56:28 +0000 |
| commit | eae4708858197c72dbfc3ad6e499e5a741ab7a15 (patch) | |
| tree | c424f536208ce7cc6eb94f692efdb121a970a67b /doc/lispref | |
| parent | 8476cfaf3dadf04379fde65cd7e24820151f78a9 (diff) | |
| download | emacs-eae4708858197c72dbfc3ad6e499e5a741ab7a15.tar.gz emacs-eae4708858197c72dbfc3ad6e499e5a741ab7a15.zip | |
Ulrich Mueller <ulm at gentoo.org>
(Character Codes): Fix typos.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/nonascii.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 081990300b9..eb6012d102d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-08-26 Ulrich Mueller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * nonascii.texi (Character Codes): Fix typos. | ||
| 4 | |||
| 1 | 2009-08-25 Michael Albinus <michael.albinus@gmx.de> | 5 | 2009-08-25 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * processes.texi (Synchronous Processes): New defvar | 7 | * processes.texi (Synchronous Processes): New defvar |
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 870c028a311..7b99c1ca5bd 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -283,7 +283,7 @@ character codes. The valid character codes for unibyte representation | |||
| 283 | range from 0 to 255---the values that can fit in one byte. The valid | 283 | range from 0 to 255---the values that can fit in one byte. The valid |
| 284 | character codes for multibyte representation range from 0 to 4194303 | 284 | character codes for multibyte representation range from 0 to 4194303 |
| 285 | (#x3FFFFF). In this code space, values 0 through 127 are for | 285 | (#x3FFFFF). In this code space, values 0 through 127 are for |
| 286 | @acronym{ASCII} charcters, and values 129 through 4194175 (#x3FFF7F) | 286 | @acronym{ASCII} characters, and values 128 through 4194175 (#x3FFF7F) |
| 287 | are for non-@acronym{ASCII} characters. Values 0 through 1114111 | 287 | are for non-@acronym{ASCII} characters. Values 0 through 1114111 |
| 288 | (#10FFFF) correspond to Unicode characters of the same codepoint; | 288 | (#10FFFF) correspond to Unicode characters of the same codepoint; |
| 289 | values 1114112 (#110000) through 4194175 (#x3FFF7F) represent | 289 | values 1114112 (#110000) through 4194175 (#x3FFF7F) represent |