Fix K on modules with no readme
This commit is contained in:
parent
520fefbd0f
commit
d47bc06ab4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ if it's callable, `apropos' otherwise."
|
||||||
nil t))
|
nil t))
|
||||||
(when (invisible-p (point))
|
(when (invisible-p (point))
|
||||||
(org-show-hidden-entry))))
|
(org-show-hidden-entry))))
|
||||||
t))
|
'deferred))
|
||||||
(thing (helpful-symbol (intern thing)))
|
(thing (helpful-symbol (intern thing)))
|
||||||
((call-interactively #'helpful-at-point))))
|
((call-interactively #'helpful-at-point))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue