Mercurial > emacs
changeset 31286:62621544edd2
(quail-self-insert-command): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 30 Aug 2000 07:56:36 +0000 |
parents | 9b67d19bfb68 |
children | c37c79e6a6e7 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Wed Aug 30 07:56:19 2000 +0000 +++ b/lisp/international/quail.el Wed Aug 30 07:56:36 2000 +0000 @@ -1259,7 +1259,7 @@ (quail-terminate-translation))) (defun quail-self-insert-command () - "Translate the typed character to by the current Quail map." + "Translate the typed key by the current Quail map, and insert." (interactive "*") (setq quail-current-key (concat quail-current-key (char-to-string last-command-event)))