projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4bafe
)
Fix a typo in describing input methods
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 18 May 2018 07:58:11 +0000
(10:58 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index 68fc319e68c1e4a28f4869094858653c434d18a9..a13494aa460a82049911515fa5ec8752a621c45d 100644
(file)
--- 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))