Mercurial > emacs
changeset 14316:d3b19c9e0bac
(make-help-screen): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:54:34 +0000 |
parents | ab041898078d |
children | 594c4676b8c6 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-macro.el Thu Jan 25 00:54:17 1996 +0000 +++ b/lisp/help-macro.el Thu Jan 25 00:54:34 1996 +0000 @@ -91,7 +91,7 @@ (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