Function: hyrolo-outline-show-entry
hyrolo-outline-show-entry is an interactive and byte-compiled function
defined in hyrolo.el.
Signature
(hyrolo-outline-show-entry)
Documentation
Show the body directly following this heading.
Show the heading too, if it is currently invisible.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-show-entry ()
"Show the body directly following this heading.
Show the heading too, if it is currently invisible."
(interactive)
(setq hyrolo-reveal-ignore-this-command t)
(hyrolo-funcall-match #'outline-show-entry t))