summaryrefslogtreecommitdiff
path: root/lisp/international/quail.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-05-12 10:58:35 +0000
committerKenichi Handa <handa@m17n.org>2004-05-12 10:58:35 +0000
commit2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7 (patch)
tree96626f6e394c61d986885d29566054561b1f484d /lisp/international/quail.el
parent64a0fd206e03a4178358f6e222e77105beed0739 (diff)
downloademacs-2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7.tar.gz
(quail-find-key): Fix docstring.
Diffstat (limited to 'lisp/international/quail.el')
-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
key-list))
(defun quail-find-key (char)
- "Return a list of keys to type to input CHAR in the current input method."
+ "Return a list of keys to type to input CHAR in the current input method.
+If CHAR is an ASCII character and can be input by typing itself, return t."
(let ((decode-map (or (quail-decode-map)
(setcar (nthcdr 10 quail-current-package)
(quail-gen-decode-map))))