emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114222: Character properties fix in lispref.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114222: Character properties fix in lispref.
Date: Wed, 11 Sep 2013 23:05:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114222
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-12 07:05:21 +0800
message:
  Character properties fix in lispref.
  
  * doc/lispref/nonascii.texi (Character Properties): Character properties fix
  for decimal-digit-value and digit-value.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/nonascii.texi      
nonascii.texi-20091113204419-o5vbwnq5f7feedwu-6202
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-09-08 18:01:25 +0000
+++ b/doc/lispref/ChangeLog     2013-09-11 23:05:21 +0000
@@ -1,3 +1,8 @@
+2013-09-11  Xue Fuqiao  <address@hidden>
+
+       * nonascii.texi (Character Properties): Character properties fix
+       for decimal-digit-value and digit-value.
+
 2013-09-08  Stefan Monnier  <address@hidden>
 
        * macros.texi (Defining Macros): Prefer "function" to "lambda

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi 2013-09-11 14:06:22 +0000
+++ b/doc/lispref/nonascii.texi 2013-09-11 23:05:21 +0000
@@ -478,14 +478,14 @@
 
 @item decimal-digit-value
 Corresponds to the Unicode @code{Numeric_Value} property for
+characters whose @code{Numeric_Type} is @samp{Decimal}.  The value is
+an integer number.  For unassigned codepoints, the value is
address@hidden, which means @acronym{NaN}, or ``not-a-number''.
+
address@hidden digit-value
+Corresponds to the Unicode @code{Numeric_Value} property for
 characters whose @code{Numeric_Type} is @samp{Digit}.  The value is an
-integer number.  For unassigned codepoints, the value is @code{nil},
-which means @acronym{NaN}, or ``not-a-number''.
-
address@hidden digit-value
-Corresponds to the Unicode @code{Numeric_Value} property for
-characters whose @code{Numeric_Type} is @samp{Decimal}.  The value is
-an integer number.  Examples of such characters include compatibility
+integer number.  Examples of such characters include compatibility
 subscript and superscript digits, for which the value is the
 corresponding number.  For unassigned codepoints, the value is
 @code{nil}, which means @acronym{NaN}.


reply via email to

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