From 08e968f330f898567d39e535c61575b8d6f13afb Mon Sep 17 00:00:00 2001 From: Juri Linkov <juri@jurta.org> Date: Sun, 29 Nov 2009 23:55:57 +0000 Subject: [PATCH] (describe-char-unidata-list): Use lowercase name for "Unicode name" like in other tags. --- lisp/ChangeLog | 8 ++++++++ lisp/descr-text.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 <juri@jurta.org> + + * 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 <juri@jurta.org> * 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" -- 2.39.5