diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2018-05-18 10:58:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2018-05-18 10:58:11 +0300 |
| commit | 73bc6f8693fcbb98b41ee67ab35a4dd8c3940355 (patch) | |
| tree | 732d66d93d2e009c24c0b387ce7ebdc3532898aa | |
| parent | 6b4bafedbc76ea32228e27d94eeee8da25bf91f0 (diff) | |
| download | emacs-73bc6f8693fcbb98b41ee67ab35a4dd8c3940355.tar.gz | |
Fix a typo in describing input methods
* lisp/help-mode.el (help-make-xrefs): Fix a typo. (Bug#31448)
| -rw-r--r-- | lisp/help-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 68fc319e68c..a13494aa460 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -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)) |
