* lisp/help-fns.el (describe-function-1): We're outputting to
standard-output, so deconfuse slightly.
;;;###autoload
(defun describe-function-1 (function)
- (let ((pt1 (with-current-buffer (help-buffer) (point))))
+ (let ((pt1 (with-current-buffer standard-output (point))))
(help-fns-function-description-header function)
- (with-current-buffer (help-buffer)
+ (with-current-buffer standard-output
(let ((inhibit-read-only t))
(fill-region-as-paragraph
(save-excursion