Mercurial > emacs
changeset 43292:dfa162af3bbd
(list-input-methods):
Use help-input-method, not describe-input-method, for button type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Feb 2002 01:53:38 +0000 |
parents | d6866cd43406 |
children | da6445c98893 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Thu Feb 14 01:47:50 2002 +0000 +++ b/lisp/international/mule-diag.el Thu Feb 14 01:53:38 2002 +0000 @@ -1267,7 +1267,7 @@ (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)))))