Re-re-fix previous describe-function change

* lisp/help-fns.el (describe-function): Put back binding removed
by mistake in previous change.
This commit is contained in:
Lars Ingebrigtsen 2022-06-05 22:52:59 +02:00
parent 46822e9c5e
commit fbc0cc0e9f

View 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)