emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 73bc6f8: Fix a typo in describing input methods


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 73bc6f8: Fix a typo in describing input methods
Date: Fri, 18 May 2018 03:58:37 -0400 (EDT)

branch: emacs-26
commit 73bc6f8693fcbb98b41ee67ab35a4dd8c3940355
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in describing input methods
    
    * lisp/help-mode.el (help-make-xrefs): Fix a typo.  (Bug#31448)
---
 lisp/help-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 68fc319..a13494a 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]