aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
1162 (setq inhibit-quit t) ;sport death 1162 (setq inhibit-quit t) ;sport death
1163 (use-local-map terminal-map) 1163 (use-local-map terminal-map)
1164 (run-hooks 'terminal-mode-hook) 1164 (run-hooks 'terminal-mode-hook)
1165 (message "Entering emacs terminal-emulator... Type %s %s for help" 1165 (message "Entering Emacs terminal-emulator... Type %s %s for help"
1166 (single-key-description terminal-escape-char) 1166 (single-key-description terminal-escape-char)
1167 (mapconcat 'single-key-description 1167 (mapconcat 'single-key-description
1168 (where-is-internal 'te-escape-help terminal-escape-map t) 1168 (where-is-internal 'te-escape-help terminal-escape-map t)