(te-edit): Pass proper format string to message.
This commit is contained in:
parent
4d656e4255
commit
8ea884c3fe
1 changed files with 2 additions and 1 deletions
|
|
@ -514,7 +514,8 @@ together with a command \\<terminal-edit-map>to return to terminal emulation: \\
|
|||
;; Make mode line update.
|
||||
(if (eq (key-binding "\C-c\C-c") 'terminal-cease-edit)
|
||||
(message "Editing: Type C-c C-c to return to Terminal")
|
||||
(message (substitute-command-keys
|
||||
(message "%s"
|
||||
(substitute-command-keys
|
||||
"Editing: Type \\[terminal-cease-edit] to return to Terminal"))))
|
||||
|
||||
(defun terminal-cease-edit ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue