comparison lisp/apropos.el @ 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 a99a2e8bc21e
children 107ccd98fa12
comparison
equal deleted inserted replaced
87100:188e26a999b0 87101:31eea174d3db
447 (interactive (list (apropos-read-pattern 447 (interactive (list (apropos-read-pattern
448 (if (or current-prefix-arg apropos-do-all) 448 (if (or current-prefix-arg apropos-do-all)
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))
456 (setq apropos-accumulator 456 (setq apropos-accumulator
457 (apropos-internal apropos-regexp 457 (apropos-internal apropos-regexp