From: Kenichi Handa Date: Mon, 10 Nov 2003 04:30:46 +0000 (+0000) Subject: (quail-completion): Change the message "corresponding translations" to X-Git-Tag: ttn-vms-21-2-B4~8387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8acadd06f7e00828f869c3b46c5c6ece2de55f7a;p=emacs.git (quail-completion): Change the message "corresponding translations" to "corresponding characters". --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index f1a351432bd..3451321f24a 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2109,7 +2109,7 @@ are shown (at most to the depth specified `quail-completion-max-depth')." (scroll-other-window))) (setq quail-current-key key) (erase-buffer) - (insert "Possible completion and corresponding translations are:\n") + (insert "Possible completion and corresponding characters are:\n") (quail-completion-1 key map 1) (goto-char (point-min)) (display-buffer (current-buffer))