mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(terminal-emulator): Fix typo in message.
This commit is contained in:
parent
5e24ee14f1
commit
094dce78dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue