mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
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
@ -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…
Reference in New Issue
Block a user