summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-05 22:52:59 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-05 22:52:59 +0200
commitfbc0cc0e9fdc0991b34468cec4ea7beed22b230d (patch)
tree5e96441f965f730ce99164af10b2de4ca15882b7 /lisp/help-fns.el
parent46822e9c5e96147c068b324a545b530c4818097a (diff)
downloademacs-fbc0cc0e9fdc0991b34468cec4ea7beed22b230d.tar.gz
Re-re-fix previous describe-function change
* lisp/help-fns.el (describe-function): Put back binding removed by mistake in previous change.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 0b496e635ed..61fc8037dfa 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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)