summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2007-12-06 00:17:56 +0000
committerDeepak Goel <deego@gnufans.org>2007-12-06 00:17:56 +0000
commitf6e7ec024870e8ccaaed5bc2e0d92fde7554e16b (patch)
treea3477c8e5705009d64f3b58a94e4845639468698 /lisp/help.el
parent8aa8da0595964fc0a0e5980b05afed9050031abe (diff)
downloademacs-f6e7ec024870e8ccaaed5bc2e0d92fde7554e16b.tar.gz
Fix possibly buggy calls to `message'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index ac6af2d9e50..c6650e1cf21 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1029,7 +1029,7 @@ scroll the \"other\" window."
".")
(other ", \\[scroll-other-window] to scroll help.")
(t ", \\[scroll-up] to scroll help."))))
- (message
+ (message "%s"
(substitute-command-keys (concat quit-part scroll-part)))))
(defun help-window-setup-finish (window &optional reuse keep-frame)