From: Kenichi Handa Date: Wed, 12 May 2004 10:58:35 +0000 (+0000) Subject: (quail-find-key): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~6258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a3e58e6d121f9ccfbf9cff3c39c11627552f4f7;p=emacs.git (quail-find-key): Fix docstring. --- 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))))