diff -Naur a/help.el b/help.el --- a/help.el 2011-09-12 23:04:47.336591539 +0200 +++ b/help.el 2011-09-12 23:05:51.748593189 +0200 @@ -527,7 +527,7 @@ (unless definition (error "No command")) (let ((func (indirect-function definition)) (defs nil) - (standard-output (if insert (current-buffer) t))) + (standard-output (if insert (current-buffer) standard-output))) ;; In DEFS, find all symbols that are aliases for DEFINITION. (mapatoms (lambda (symbol) (and (fboundp symbol)