]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in describing input methods
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2018 07:58:11 +0000 (10:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2018 07:58:11 +0000 (10:58 +0300)
* lisp/help-mode.el (help-make-xrefs): Fix a typo.  (Bug#31448)

lisp/help-mode.el

index 68fc319e68c1e4a28f4869094858653c434d18a9..a13494aa460a82049911515fa5ec8752a621c45d 100644 (file)
@@ -474,7 +474,7 @@ that."
                             (and sym (charsetp sym)
                                  (help-xref-button 7 'help-character-set sym)))
                            ((assoc data input-method-alist)
-                            (help-xref-button 7 'help-character-set data))
+                            (help-xref-button 7 'help-input-method data))
                            ((and sym (coding-system-p sym))
                             (help-xref-button 7 'help-coding-system sym))
                            ((and sym (charsetp sym))