diff options
| author | Glenn Morris | 2009-07-09 03:05:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 03:05:18 +0000 |
| commit | 434843ecccd1bb163432b404a27e86188675c584 (patch) | |
| tree | c34ba77600b0f0a2b50f3edbf5ad67a930cd7b8d | |
| parent | f14589fa273f8bfd9c44fa82ee9f92cad6c70ded (diff) | |
| download | emacs-434843ecccd1bb163432b404a27e86188675c584.tar.gz emacs-434843ecccd1bb163432b404a27e86188675c584.zip | |
Use consistent case for "Unicode Standard".
Minor rearrangements to improve TeX line-filling.
| -rw-r--r-- | doc/lispref/nonascii.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index ab1d00434d5..870c028a311 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -349,7 +349,7 @@ specifies how the character behaves and how it should be handled | |||
| 349 | during text processing and display. Thus, character properties are an | 349 | during text processing and display. Thus, character properties are an |
| 350 | important part of specifying the character's semantics. | 350 | important part of specifying the character's semantics. |
| 351 | 351 | ||
| 352 | Emacs generally follows the Unicode Standard in its implementation | 352 | On the whole, Emacs follows the Unicode Standard in its implementation |
| 353 | of character properties. In particular, Emacs supports the | 353 | of character properties. In particular, Emacs supports the |
| 354 | @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property | 354 | @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property |
| 355 | Model}, and the Emacs character property database is derived from the | 355 | Model}, and the Emacs character property database is derived from the |
| @@ -535,7 +535,7 @@ is printable, and if it results in @code{nil}, it is not. | |||
| 535 | @cindex coded character set | 535 | @cindex coded character set |
| 536 | An Emacs @dfn{character set}, or @dfn{charset}, is a set of characters | 536 | An Emacs @dfn{character set}, or @dfn{charset}, is a set of characters |
| 537 | in which each character is assigned a numeric code point. (The | 537 | in which each character is assigned a numeric code point. (The |
| 538 | Unicode standard calls this a @dfn{coded character set}.) Each Emacs | 538 | Unicode Standard calls this a @dfn{coded character set}.) Each Emacs |
| 539 | charset has a name which is a symbol. A single character can belong | 539 | charset has a name which is a symbol. A single character can belong |
| 540 | to any number of different character sets, but it will generally have | 540 | to any number of different character sets, but it will generally have |
| 541 | a different code point in each charset. Examples of character sets | 541 | a different code point in each charset. Examples of character sets |