From d47bc06ab4541da6aafb0676d9c9607ce99a6855 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 12 Jan 2020 22:35:03 -0500 Subject: [PATCH] Fix K on modules with no readme --- modules/lang/emacs-lisp/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))