diff options
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" |