(list-input-methods):
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Feb 2002 01:53:38 +0000 (01:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Feb 2002 01:53:38 +0000 (01:53 +0000)
Use help-input-method, not describe-input-method, for button type.

lisp/international/mule-diag.el

index efbefdc..2911f7f 100644 (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)))))