summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:42:07 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:42:07 +0000
commit094dce78dca44543cc251d58197ed427d11f970d (patch)
treef232aa9f2606bdc4f066e126977c9149b6e9f621
parent5e24ee14f1fb0e9873a557dd359a9a61102b9899 (diff)
downloademacs-094dce78dca44543cc251d58197ed427d11f970d.tar.gz
(terminal-emulator): Fix typo in message.
-rw-r--r--lisp/terminal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index 63092e3caea..51f2b37509b 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -1162,7 +1162,7 @@ subprocess started."
(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)