From: Karl Heuer Date: Thu, 25 Jan 1996 00:54:34 +0000 (+0000) Subject: (make-help-screen): Pass proper format string to message. X-Git-Tag: emacs-19.34~1544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e6fe07f0c3bc8cc2868d5e397fea994d136f15d;p=emacs.git (make-help-screen): Pass proper format string to message. --- diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 28c040d6b58..ff9c71b3ee0 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -91,7 +91,7 @@ and then returns." (let ((line-prompt (substitute-command-keys (, help-line)))) (if three-step-help - (message line-prompt)) + (message "%s" line-prompt)) (let* ((help-screen (documentation (quote (, fname)))) ;; We bind overriding-local-map for very small ;; sections, *excluding* where we switch buffers