aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/quail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index af0dc4e8743..d10e215881b 100644
--- a/lisp/international/quail.el
+++ b/lisp/international/quail.el
@@ -2687,7 +2687,8 @@ KEY BINDINGS FOR CONVERSION
2687 key-list)) 2687 key-list))
2688 2688
2689(defun quail-find-key (char) 2689(defun quail-find-key (char)
2690 "Return a list of keys to type to input CHAR in the current input method." 2690 "Return a list of keys to type to input CHAR in the current input method.
2691If CHAR is an ASCII character and can be input by typing itself, return t."
2691 (let ((decode-map (or (quail-decode-map) 2692 (let ((decode-map (or (quail-decode-map)
2692 (setcar (nthcdr 10 quail-current-package) 2693 (setcar (nthcdr 10 quail-current-package)
2693 (quail-gen-decode-map)))) 2694 (quail-gen-decode-map))))