From 5c2dce75366a1dbb62bdf13adad777df2b4bc0b8 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 31 Oct 2009 19:30:47 +0000 Subject: [PATCH] * international/mule-diag.el (list-character-sets-1): Minor message fix (Bug#3526). --- lisp/ChangeLog | 3 +++ lisp/international/mule-diag.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b7d289c47d..6c0bf442ca8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-10-31 Chong Yidong + * 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) diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 83d9cca9a77..c5f3f341229 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -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 -- 2.39.5