Mercurial > emacs
changeset 104610:e66828f2d289
Ulrich Mueller <ulm at gentoo.org>
(Character Codes): Fix typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 26 Aug 2009 02:56:28 +0000 |
parents | 850f9373a88a |
children | d3071821d3ea |
files | doc/lispref/ChangeLog doc/lispref/nonascii.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <ulm@gentoo.org> + + * nonascii.texi (Character Codes): Fix typos. + 2009-08-25 Michael Albinus <michael.albinus@gmx.de> * processes.texi (Synchronous Processes): New defvar
--- 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