Mercurial > emacs
changeset 87101:31eea174d3db
(apropos-command): Revert previous change (variable assignment, not
function call).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 03:59:38 +0000 |
parents | 188e26a999b0 |
children | d977978ac39d |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))