diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-05-20 22:07:30 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-05-20 22:07:30 +0300 |
commit | 424bfcd0c7029a30a90731856b8fbd9ae59fcdbf (patch) | |
tree | c327112843fd1fe699f580fdac8376ea805db617 /doc | |
parent | f73e02c516616b468d874827f092f5f25628178a (diff) | |
download | emacs-424bfcd0c7029a30a90731856b8fbd9ae59fcdbf.tar.gz |
; * doc/lispref/nonascii.texi (Character Properties): Fix a typo.
(Bug#20618)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/nonascii.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 28f90d9567a..f16018417de 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -540,8 +540,8 @@ property is used for bidirectional display. @item old-name Corresponds to the Unicode @code{Unicode_1_Name} property. The value -is a string. Unassigned codepoints, and characters that have no value -for this property, the value is @code{nil}. +is a string. For unassigned codepoints, and characters that have no +value for this property, the value is @code{nil}. @item iso-10646-comment Corresponds to the Unicode @code{ISO_Comment} property. The value is |