From: Richard M. Stallman Date: Thu, 14 Feb 2002 01:53:38 +0000 (+0000) Subject: (list-input-methods): X-Git-Tag: ttn-vms-21-2-B4~16683 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9147ae66a8cf9fcb22bbe1fcbc85564817fe5c5e;p=emacs.git (list-input-methods): Use help-input-method, not describe-input-method, for button type. --- 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)))))