Autoload 'shortdoc-help-fns-examples-function'
* lisp/help-fns.el (shortdoc-help-fns-examples-function): Autoload, to allow adding it to 'help-fns-describe-function-functions' as advertised. (Bug#74995)
This commit is contained in:
parent
68bcabf58a
commit
faaa13ec76
1 changed files with 2 additions and 0 deletions
|
@ -1557,6 +1557,8 @@ This cancels value editing without updating the value."
|
||||||
(interactive nil help-fns--edit-value-mode)
|
(interactive nil help-fns--edit-value-mode)
|
||||||
(help-fns-edit-mode-done t))
|
(help-fns-edit-mode-done t))
|
||||||
|
|
||||||
|
(autoload 'shortdoc-help-fns-examples-function "shortdoc")
|
||||||
|
|
||||||
(defun help-fns--run-describe-functions (functions &rest args)
|
(defun help-fns--run-describe-functions (functions &rest args)
|
||||||
(with-current-buffer standard-output
|
(with-current-buffer standard-output
|
||||||
(unless (bolp)
|
(unless (bolp)
|
||||||
|
|
Loading…
Add table
Reference in a new issue