aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2009-08-26 02:56:28 +0000
committerGlenn Morris2009-08-26 02:56:28 +0000
commiteae4708858197c72dbfc3ad6e499e5a741ab7a15 (patch)
treec424f536208ce7cc6eb94f692efdb121a970a67b /doc/lispref
parent8476cfaf3dadf04379fde65cd7e24820151f78a9 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/lispref/nonascii.texi2
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 @@
12009-08-26 Ulrich Mueller <ulm@gentoo.org>
2
3 * nonascii.texi (Character Codes): Fix typos.
4
12009-08-25 Michael Albinus <michael.albinus@gmx.de> 52009-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
283range from 0 to 255---the values that can fit in one byte. The valid 283range from 0 to 255---the values that can fit in one byte. The valid
284character codes for multibyte representation range from 0 to 4194303 284character 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)
287are for non-@acronym{ASCII} characters. Values 0 through 1114111 287are 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;
289values 1114112 (#110000) through 4194175 (#x3FFF7F) represent 289values 1114112 (#110000) through 4194175 (#x3FFF7F) represent