From: Juri Linkov Date: Sun, 29 Nov 2009 23:55:57 +0000 (+0000) Subject: (describe-char-unidata-list): Use lowercase name X-Git-Tag: emacs-pretest-23.1.90~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08e968f330f898567d39e535c61575b8d6f13afb;p=emacs.git (describe-char-unidata-list): Use lowercase name for "Unicode name" like in other tags. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cace9edd751..af32716c2fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2009-11-29 Juri Linkov + + * startup.el (fancy-about-text): Fix wording of Guided Tour. + (Bug#4960) + + * descr-text.el (describe-char-unidata-list): Use lowercase name + for "Unicode name" like in other tags. + 2009-11-29 Juri Linkov * ediff-util.el (ediff-minibuffer-with-setup-hook): 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"