diff options
Diffstat (limited to 'lisp/international/mule-diag.el')
-rw-r--r-- | lisp/international/mule-diag.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 18d477c1cb8..2ce49981cf2 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -965,9 +965,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) |