diff --git a/modules/lang/emacs-lisp/autoload.el b/modules/lang/emacs-lisp/autoload.el index 7b211e87b..cdbf89ff2 100644 --- a/modules/lang/emacs-lisp/autoload.el +++ b/modules/lang/emacs-lisp/autoload.el @@ -122,7 +122,7 @@ if it's callable, `apropos' otherwise." nil t)) (when (invisible-p (point)) (org-show-hidden-entry)))) - t)) + 'deferred)) (thing (helpful-symbol (intern thing))) ((call-interactively #'helpful-at-point))))