diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:42:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:42:07 +0000 |
| commit | 094dce78dca44543cc251d58197ed427d11f970d (patch) | |
| tree | f232aa9f2606bdc4f066e126977c9149b6e9f621 /lisp/terminal.el | |
| parent | 5e24ee14f1fb0e9873a557dd359a9a61102b9899 (diff) | |
| download | emacs-094dce78dca44543cc251d58197ed427d11f970d.tar.gz | |
(terminal-emulator): Fix typo in message.
Diffstat (limited to 'lisp/terminal.el')
| -rw-r--r-- | lisp/terminal.el | 2 |
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) |
