diff options
author | Juri Linkov <juri@jurta.org> | 2009-11-29 23:55:57 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-11-29 23:55:57 +0000 |
commit | 08e968f330f898567d39e535c61575b8d6f13afb (patch) | |
tree | bc7a08b0d472203efd90e45d35044689947c9291 /lisp/descr-text.el | |
parent | 6a3e0319bfc8d3a2477d1e48936db1cceb027ac3 (diff) | |
download | emacs-08e968f330f898567d39e535c61575b8d6f13afb.tar.gz |
(describe-char-unidata-list): Use lowercase name
for "Unicode name" like in other tags.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index d289f7d6d47..2033679e00e 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -190,7 +190,7 @@ otherwise." :version "23.1" :type '(choice (const :tag "All properties" t) (set - (const :tag "Unicode Name" name) + (const :tag "Unicode name" name) (const :tag "Unicode old name" old-name) (const :tag "Unicode general category " general-category) (const :tag "Unicode canonical combining class" |