Character properties fix in lispref.
* doc/lispref/nonascii.texi (Character Properties): Character properties fix for decimal-digit-value and digit-value.
This commit is contained in:
parent
aab6e902f9
commit
44ee21472c
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* nonascii.texi (Character Properties): Character properties fix
|
||||
for decimal-digit-value and digit-value.
|
||||
|
||||
2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* macros.texi (Defining Macros): Prefer "function" to "lambda
|
||||
|
|
|
@ -478,14 +478,14 @@ unassigned codepoints, the value is the character itself.
|
|||
|
||||
@item decimal-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''.
|
||||
characters whose @code{Numeric_Type} is @samp{Decimal}. The value is
|
||||
an integer number. For unassigned codepoints, the value is
|
||||
@code{nil}, which means @acronym{NaN}, or ``not-a-number''.
|
||||
|
||||
@item 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
|
||||
characters whose @code{Numeric_Type} is @samp{Digit}. The value is an
|
||||
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}.
|
||||
|
|
Loading…
Add table
Reference in a new issue