diff options
author | Kenichi Handa <handa@m17n.org> | 2003-11-10 04:30:46 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-11-10 04:30:46 +0000 |
commit | 8acadd06f7e00828f869c3b46c5c6ece2de55f7a (patch) | |
tree | 9c6d2cee7018797ba22da2e275dcc1f294250aed /lisp | |
parent | 92d2f1869d693a60b37489d172959066868db2e3 (diff) | |
download | emacs-8acadd06f7e00828f869c3b46c5c6ece2de55f7a.tar.gz emacs-8acadd06f7e00828f869c3b46c5c6ece2de55f7a.tar.bz2 emacs-8acadd06f7e00828f869c3b46c5c6ece2de55f7a.zip |
(quail-completion): Change the message "corresponding translations" to
"corresponding characters".
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/quail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |