From f3abc4118e1d25d52a58ce99e2744ff9cbf1ebb0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 30 Aug 2000 07:56:36 +0000 Subject: [PATCH] (quail-self-insert-command): Fix docstring. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 227126eeacd..710f8c87d54 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -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))) -- 2.39.2