mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(describe-char-unidata-list): Use lowercase name
for "Unicode name" like in other tags.
This commit is contained in:
parent
6a3e0319bf
commit
08e968f330
@ -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):
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user