]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-find-key): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Wed, 12 May 2004 10:58:35 +0000 (10:58 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 12 May 2004 10:58:35 +0000 (10:58 +0000)
lisp/international/quail.el

index af0dc4e87438955e879512f74bab0d1634dd8bc1..d10e215881b9eb314feb5cfc05fdcea46ff72d6f 100644 (file)
@@ -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))))