diff lisp/international/mule-diag.el @ 43292:dfa162af3bbd

(list-input-methods): Use help-input-method, not describe-input-method, for button type.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Feb 2002 01:53:38 +0000
parents 06e0fbd07e17
children 633c9f5b4b14 524f9b5b2ac5
line wrap: on
line diff
--- a/lisp/international/mule-diag.el	Thu Feb 14 01:47:50 2002 +0000
+++ b/lisp/international/mule-diag.el	Thu Feb 14 01:53:38 2002 +0000
@@ -1267,7 +1267,7 @@
 	(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)))))