1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00

(list-input-methods):

Use help-input-method, not describe-input-method, for button type.
This commit is contained in:
Richard M. Stallman 2002-02-14 01:53:38 +00:00
parent 6ed2140901
commit 9147ae66a8

View file

@ -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)))))