1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(apropos-command): Revert previous change (variable assignment, not

function call).
This commit is contained in:
Glenn Morris 2007-12-06 03:59:38 +00:00
parent 40f185ca85
commit c851bcec24

View file

@ -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))