(list-input-methods): Fix args to help-xref-button.
This commit is contained in:
parent
225df13982
commit
ee59226950
1 changed files with 1 additions and 3 deletions
|
@ -1181,9 +1181,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 #'help-input-method
|
||||
(match-string 1)
|
||||
"mouse-2: describe this method"))))))
|
||||
(help-xref-button 1 'help-input-method (match-string 1)))))))
|
||||
|
||||
(defun list-input-methods-1 ()
|
||||
(if (not input-method-alist)
|
||||
|
|
Loading…
Add table
Reference in a new issue