Fix a typo in describing input methods
* lisp/help-mode.el (help-make-xrefs): Fix a typo. (Bug#31448)
This commit is contained in:
parent
6b4bafedbc
commit
73bc6f8693
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue