aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-02-14 01:53:38 +0000
committerRichard M. Stallman <[email protected]>2002-02-14 01:53:38 +0000
commit9147ae66a8cf9fcb22bbe1fcbc85564817fe5c5e (patch)
treea837575f025dc3794466f930c3b09a5b27f76508 /lisp
parent6ed21409010af173233e50ff47c9c43fa8d38f55 (diff)
(list-input-methods):
Use help-input-method, not describe-input-method, for button type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-diag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index efbefdca6e..2911f7fd4c 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -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)))))