aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-06 03:59:38 +0000
committerGlenn Morris2007-12-06 03:59:38 +0000
commitc851bcec246c63ad76d6ed18c61cdce24aff7d06 (patch)
tree08dd82d7b7eab977b1026d888825b1e226622fbf
parent40f185ca85f2129ec33446791be2999d714f35ff (diff)
downloademacs-c851bcec246c63ad76d6ed18c61cdce24aff7d06.tar.gz
emacs-c851bcec246c63ad76d6ed18c61cdce24aff7d06.zip
(apropos-command): Revert previous change (variable assignment, not
function call).
-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))