# HG changeset patch # User Glenn Morris # Date 1247108718 0 # Node ID 7470537864c9d8b142c2cb17f521cd8fe909fe45 # Parent 4f4172a4f08793d9e860424f04a089e2180306a3 Use consistent case for "Unicode Standard". Minor rearrangements to improve TeX line-filling. diff -r 4f4172a4f087 -r 7470537864c9 doc/lispref/nonascii.texi --- a/doc/lispref/nonascii.texi Thu Jul 09 03:04:51 2009 +0000 +++ b/doc/lispref/nonascii.texi Thu Jul 09 03:05:18 2009 +0000 @@ -349,7 +349,7 @@ during text processing and display. Thus, character properties are an important part of specifying the character's semantics. - Emacs generally follows the Unicode Standard in its implementation + On the whole, Emacs follows the Unicode Standard in its implementation of character properties. In particular, Emacs supports the @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property Model}, and the Emacs character property database is derived from the @@ -535,7 +535,7 @@ @cindex coded character set An Emacs @dfn{character set}, or @dfn{charset}, is a set of characters in which each character is assigned a numeric code point. (The -Unicode standard calls this a @dfn{coded character set}.) Each Emacs +Unicode Standard calls this a @dfn{coded character set}.) Each Emacs charset has a name which is a symbol. A single character can belong to any number of different character sets, but it will generally have a different code point in each charset. Examples of character sets