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