# HG changeset patch # User Kenichi Handa # Date 967622196 0 # Node ID 62621544edd2709cd7855f1ae848f8f2a7d05f86 # Parent 9b67d19bfb68d1bc483049a3c6673a3c88a235ca (quail-self-insert-command): Fix docstring. diff -r 9b67d19bfb68 -r 62621544edd2 lisp/international/quail.el --- 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)))