* international/mule-diag.el (list-character-sets-1): Minor
message fix (Bug#3526).
This commit is contained in:
parent
18430066df
commit
5c2dce7536
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-10-31 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* international/mule-diag.el (list-character-sets-1): Minor
|
||||
message fix (Bug#3526).
|
||||
|
||||
* progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
|
||||
face property (Bug#4834).
|
||||
(etags-list-tags, etags-tags-apropos-additional)
|
||||
|
|
|
@ -159,7 +159,7 @@ SORT-KEY should be `name' or `iso-spec' (default `name')."
|
|||
'type 'help-info
|
||||
'help-args '("(emacs)Charsets"))
|
||||
(insert " --------------
|
||||
Character sets for defining another charset or obsolete now
|
||||
Character sets for defining other charsets, or for backward compatibility
|
||||
"))
|
||||
(insert-text-button (symbol-name (car elt)) ; NAME
|
||||
:type 'list-charset-chars
|
||||
|
|
Loading…
Add table
Reference in a new issue