emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref nonascii.texi [EMACS_23_1_RC]


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref nonascii.texi [EMACS_23_1_RC]
Date: Thu, 09 Jul 2009 02:59:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/07/09 02:59:04

Modified files:
        doc/lispref    : nonascii.texi 

Log message:
        Use consistent case for "Unicode Standard".
        Minor rearrangements to improve TeX line-filling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/nonascii.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.29&r2=1.29.2.1

Patches:
Index: nonascii.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/nonascii.texi,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -b -r1.29 -r1.29.2.1
--- nonascii.texi       9 Jun 2009 03:44:48 -0000       1.29
+++ nonascii.texi       9 Jul 2009 02:59:04 -0000       1.29.2.1
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]