From c851bcec246c63ad76d6ed18c61cdce24aff7d06 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Dec 2007 03:59:38 +0000 Subject: [PATCH] (apropos-command): Revert previous change (variable assignment, not function call). --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index f9720e1bcdb..9fddf0103fb 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -449,7 +449,7 @@ while a list of strings is used as a word list." "command or function" "command")) current-prefix-arg)) (apropos-parse-pattern pattern) - (let ((message "%s" + (let ((message (let ((standard-output (get-buffer-create "*Apropos*"))) (print-help-return-message 'identity)))) (or do-all (setq do-all apropos-do-all)) -- 2.39.2