# HG changeset patch # User Glenn Morris # Date 1196913578 0 # Node ID 31eea174d3dbdb146d7818e5463adeb267d5b3d9 # Parent 188e26a999b0a9357d539ad4dded3123a25c3f20 (apropos-command): Revert previous change (variable assignment, not function call). diff -r 188e26a999b0 -r 31eea174d3db lisp/apropos.el --- a/lisp/apropos.el Thu Dec 06 00:46:40 2007 +0000 +++ b/lisp/apropos.el Thu Dec 06 03:59:38 2007 +0000 @@ -449,7 +449,7 @@ "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))