aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
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."
449 "command or function" "command")) 449 "command or function" "command"))
450 current-prefix-arg)) 450 current-prefix-arg))
451 (apropos-parse-pattern pattern) 451 (apropos-parse-pattern pattern)
452 (let ((message "%s" 452 (let ((message
453 (let ((standard-output (get-buffer-create "*Apropos*"))) 453 (let ((standard-output (get-buffer-create "*Apropos*")))
454 (print-help-return-message 'identity)))) 454 (print-help-return-message 'identity))))
455 (or do-all (setq do-all apropos-do-all)) 455 (or do-all (setq do-all apropos-do-all))