diff options
author | Kenichi Handa <handa@m17n.org> | 2004-05-12 10:58:35 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-05-12 10:58:35 +0000 |
commit | 2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7 (patch) | |
tree | 96626f6e394c61d986885d29566054561b1f484d /lisp/international/quail.el | |
parent | 64a0fd206e03a4178358f6e222e77105beed0739 (diff) | |
download | emacs-2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7.tar.gz |
(quail-find-key): Fix docstring.
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 3 |
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)))) |