]> git.eshelyaron.com Git - emacs.git/commitdiff
Re-re-fix previous describe-function change
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 20:52:59 +0000 (22:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 20:52:59 +0000 (22:52 +0200)
* lisp/help-fns.el (describe-function): Put back binding removed
by mistake in previous change.

lisp/help-fns.el

index 0b496e635ed1cbd2878f704b78e6c87d465559a8..61fc8037dfa7dcb0f451fdfd22f76a6c224d8352 100644 (file)
@@ -258,7 +258,8 @@ handling of autoloaded functions."
   ;; calling that.
   (let ((describe-function-orig-buffer
          (or describe-function-orig-buffer
-             (current-buffer))))
+             (current-buffer)))
+        (help-buffer-under-preparation t))
 
     (help-setup-xref
      (list (lambda (function buffer)