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:
parent
6ed2140901
commit
9147ae66a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue