# HG changeset patch # User Kenichi Handa # Date 1084359515 0 # Node ID 0a72a48de07680af7a3a5ce61f7af08d6a5f95ca # Parent 92812927e3949778d71c7776707e79fc582c5ffc (quail-find-key): Fix docstring. diff -r 92812927e394 -r 0a72a48de076 lisp/international/quail.el --- a/lisp/international/quail.el Wed May 12 10:54:47 2004 +0000 +++ b/lisp/international/quail.el Wed May 12 10:58:35 2004 +0000 @@ -2687,7 +2687,8 @@ 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))))