]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-completion): Change the message "corresponding translations" to
authorKenichi Handa <handa@m17n.org>
Mon, 10 Nov 2003 04:30:46 +0000 (04:30 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 Nov 2003 04:30:46 +0000 (04:30 +0000)
"corresponding characters".

lisp/international/quail.el

index f1a351432bd406135b74f87ad0021c2180b29857..3451321f24a8315098107635e6f1543625b62b93 100644 (file)
@@ -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))