(make-help-screen): Pass proper format string to message.
This commit is contained in:
parent
5edb2df7d3
commit
7e6fe07f0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue