]> code.delx.au - gnu-emacs/commitdiff
(make-help-screen): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:34 +0000 (00:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:34 +0000 (00:54 +0000)
lisp/help-macro.el

index 28c040d6b58455f1b9c0abfd2608fc0e1cf40ac1..ff9c71b3ee0e1cf41430ff3b73998523ba344c44 100644 (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