Mercurial > emacs
changeset 73752:682027448d56
(terminal-emulator): Fix typo in message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:42:07 +0000 |
parents | a2208b1d3dfd |
children | 3480cc226de3 |
files | lisp/terminal.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/terminal.el Mon Nov 06 02:41:31 2006 +0000 +++ b/lisp/terminal.el Mon Nov 06 02:42:07 2006 +0000 @@ -1162,7 +1162,7 @@ (setq inhibit-quit t) ;sport death (use-local-map terminal-map) (run-hooks 'terminal-mode-hook) - (message "Entering emacs terminal-emulator... Type %s %s for help" + (message "Entering Emacs terminal-emulator... Type %s %s for help" (single-key-description terminal-escape-char) (mapconcat 'single-key-description (where-is-internal 'te-escape-help terminal-escape-map t)