From f6e7ec024870e8ccaaed5bc2e0d92fde7554e16b Mon Sep 17 00:00:00 2001 From: Deepak Goel Date: Thu, 6 Dec 2007 00:17:56 +0000 Subject: Fix possibly buggy calls to `message'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/help.el') 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) -- cgit v1.2.1