aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2009-11-29 23:55:57 +0000
committerJuri Linkov2009-11-29 23:55:57 +0000
commit08e968f330f898567d39e535c61575b8d6f13afb (patch)
treebc7a08b0d472203efd90e45d35044689947c9291
parent6a3e0319bfc8d3a2477d1e48936db1cceb027ac3 (diff)
downloademacs-08e968f330f898567d39e535c61575b8d6f13afb.tar.gz
emacs-08e968f330f898567d39e535c61575b8d6f13afb.zip
(describe-char-unidata-list): Use lowercase name
for "Unicode name" like in other tags.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/descr-text.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cace9edd751..af32716c2fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12009-11-29 Juri Linkov <juri@jurta.org> 12009-11-29 Juri Linkov <juri@jurta.org>
2 2
3 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4 (Bug#4960)
5
6 * descr-text.el (describe-char-unidata-list): Use lowercase name
7 for "Unicode name" like in other tags.
8
92009-11-29 Juri Linkov <juri@jurta.org>
10
3 * ediff-util.el (ediff-minibuffer-with-setup-hook): 11 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4 New compatibility macro. 12 New compatibility macro.
5 (ediff-read-file-name): Use it instead of 13 (ediff-read-file-name): Use it instead of
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."
190 :version "23.1" 190 :version "23.1"
191 :type '(choice (const :tag "All properties" t) 191 :type '(choice (const :tag "All properties" t)
192 (set 192 (set
193 (const :tag "Unicode Name" name) 193 (const :tag "Unicode name" name)
194 (const :tag "Unicode old name" old-name) 194 (const :tag "Unicode old name" old-name)
195 (const :tag "Unicode general category " general-category) 195 (const :tag "Unicode general category " general-category)
196 (const :tag "Unicode canonical combining class" 196 (const :tag "Unicode canonical combining class"