diff options
Diffstat (limited to 'doc/lispref/nonascii.texi')
-rw-r--r-- | doc/lispref/nonascii.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 99d128c0535..fb76de1ca09 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -483,7 +483,7 @@ Corresponds to the Unicode @code{Numeric_Value} property for characters whose @code{Numeric_Type} is @samp{Decimal}. The value is an integer, or @code{nil} if the character has no decimal digit value. For unassigned codepoints, the value is @code{nil}, which means -@acronym{NaN}, or not a number. +@acronym{NaN}, or ``not a number''. @item digit-value Corresponds to the Unicode @code{Numeric_Value} property for |