From 9147ae66a8cf9fcb22bbe1fcbc85564817fe5c5e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Feb 2002 01:53:38 +0000 Subject: [PATCH] (list-input-methods): Use help-input-method, not describe-input-method, for button type. --- lisp/international/mule-diag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index efbefdca6e9..2911f7fd4c6 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -1267,7 +1267,7 @@ see the function `describe-fontset' for the format of the list." (goto-char (point-min)) (while (re-search-forward "^ \\([^ ]+\\) (`.*' in mode line)$" nil t) - (help-xref-button 1 #'describe-input-method + (help-xref-button 1 #'help-input-method (match-string 1) "mouse-2: describe this method"))) (help-setup-xref '(list-input-methods) (interactive-p))))) -- 2.39.5