]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-self-insert-command): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Wed, 30 Aug 2000 07:56:36 +0000 (07:56 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 30 Aug 2000 07:56:36 +0000 (07:56 +0000)
lisp/international/quail.el

index 227126eeacdfd9ab005f06b0b64401e27a5fe828..710f8c87d545af9e5f55cde32ad5fc0529847472 100644 (file)
@@ -1259,7 +1259,7 @@ The returned value is a Quail map specific to KEY."
       (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)))