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:
parent
46822e9c5e
commit
fbc0cc0e9f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue