From d55235bbdc94a5329d3a0f90e4b870e6f78969ae Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 Jan 1996 00:56:19 +0000 Subject: [PATCH] (picture-mode): Pass proper format string to message. --- lisp/textmodes/picture.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 9dd63507ea1..d672ce0738d 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -608,10 +608,9 @@ they are not defaultly assigned to keys." ;; edit-picture-hook is what we used to run, picture-mode-hook is in doc. (run-hooks 'edit-picture-hook 'picture-mode-hook) - (message - (substitute-command-keys - "Type \\[picture-mode-exit] in this buffer to return it to %s mode.") - picture-mode-old-mode-name))) + (message "Type %s in this buffer to return it to %s mode." + (substitute-command-keys "\\[picture-mode-exit]") + picture-mode-old-mode-name))) ;;;###autoload (defalias 'edit-picture 'picture-mode) -- 2.39.2