(make-help-screen): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:54:34 +00:00
parent 5edb2df7d3
commit 7e6fe07f0c

View file

@ -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