Mercurial > emacs
changeset 55549:0a72a48de076
(quail-find-key): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 12 May 2004 10:58:35 +0000 |
parents | 92812927e394 |
children | 163bd26ee7ef |
files | lisp/international/quail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))