emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100199: Improve docs of Unicode Gene


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100199: Improve docs of Unicode General Category.
Date: Sat, 08 May 2010 16:25:31 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100199
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-08 16:25:31 +0300
message:
  Improve docs of Unicode General Category.
  
   nonascii.texi (Character Properties): Document unicode-category-table.
   Add an index entry for Unicode general category.
modified:
  doc/lispref/ChangeLog
  doc/lispref/nonascii.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-04-20 23:05:30 +0000
+++ b/doc/lispref/ChangeLog     2010-05-08 13:25:31 +0000
@@ -1,3 +1,9 @@
+2010-05-08  Eli Zaretskii  <address@hidden>
+
+       * nonascii.texi (Character Properties): Document
+       unicode-category-table.  Add an index entry for Unicode general
+       category.
+
 2010-04-20  Juanma Barranquero  <address@hidden>
 
        * locals.texi (Standard Buffer-Local Variables):

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi 2010-04-01 15:24:53 +0000
+++ b/doc/lispref/nonascii.texi 2010-05-08 13:25:31 +0000
@@ -375,6 +375,7 @@
 value is a string consisting of upper-case Latin letters A to Z,
 digits, spaces, and hyphen @samp{-} characters.
 
address@hidden unicode general category
 @item general-category
 This property corresponds to the Unicode @code{General_Category}
 property.  The value is a symbol whose name is a 2-letter abbreviation
@@ -501,13 +502,18 @@
 @var{propname} for the character @var{char}.
 @end defun
 
address@hidden unicode-category-table
+The value of this variable is a char-table (@pxref{Char-Tables}) that
+specifies, for each character, its Unicode @code{General_Category}
+property as a symbol.
address@hidden defvar
+
 @defvar char-script-table
-The value of this variable is a char-table (@pxref{Char-Tables}) that
-specifies, for each character, a symbol whose name is the script to
-which the character belongs, according to the Unicode Standard
-classification of the Unicode code space into script-specific blocks.
-This char-table has a single extra slot whose value is the list of all
-script symbols.
+The value of this variable is a char-table that specifies, for each
+character, a symbol whose name is the script to which the character
+belongs, according to the Unicode Standard classification of the
+Unicode code space into script-specific blocks.  This char-table has a
+single extra slot whose value is the list of all script symbols.
 @end defvar
 
 @defvar char-width-table


reply via email to

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