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:
parent
40f185ca85
commit
c851bcec24
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue