# HG changeset patch # User Glenn Morris # Date 1251255388 0 # Node ID e66828f2d289e07766a69e79d35f438c4b94f50b # Parent 850f9373a88a09d98d258c4e47a3d54276530d24 Ulrich Mueller (Character Codes): Fix typos. diff -r 850f9373a88a -r e66828f2d289 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Wed Aug 26 02:56:05 2009 +0000 +++ b/doc/lispref/ChangeLog Wed Aug 26 02:56:28 2009 +0000 @@ -1,3 +1,7 @@ +2009-08-26 Ulrich Mueller + + * nonascii.texi (Character Codes): Fix typos. + 2009-08-25 Michael Albinus * processes.texi (Synchronous Processes): New defvar diff -r 850f9373a88a -r e66828f2d289 doc/lispref/nonascii.texi --- a/doc/lispref/nonascii.texi Wed Aug 26 02:56:05 2009 +0000 +++ b/doc/lispref/nonascii.texi Wed Aug 26 02:56:28 2009 +0000 @@ -283,7 +283,7 @@ range from 0 to 255---the values that can fit in one byte. The valid character codes for multibyte representation range from 0 to 4194303 (#x3FFFFF). In this code space, values 0 through 127 are for -@acronym{ASCII} charcters, and values 129 through 4194175 (#x3FFF7F) +@acronym{ASCII} characters, and values 128 through 4194175 (#x3FFF7F) are for non-@acronym{ASCII} characters. Values 0 through 1114111 (#10FFFF) correspond to Unicode characters of the same codepoint; values 1114112 (#110000) through 4194175 (#x3FFF7F) represent