doc/lispref/nonascii.texi (Character Properties): Fix inconsistencies with
implementation.
2011-05-14 Eli Zaretskii <eliz@gnu.org>
+ * nonascii.texi (Character Properties): Fix inconsistencies with
+ implementation.
+
* text.texi (Special Properties): Move @defvar's out of the
@table. (Bug#8652)
characters whose @code{Numeric_Type} is @samp{Digit}. The value is an
integer number.
-@item digit
+@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
@end group
@group
(get-char-code-property ?\u2155 'numeric-value) ; one fifth
- @result{} 1/5
+ @result{} 0.2
@end group
@group
(get-char-code-property ?\u2163 'numeric-value) ; Roman IV
- @result{} \4
+ @result{} 4
@end group
@end example
@end defun