Variable: reveal-auto-hide
reveal-auto-hide is a customizable variable defined in reveal.el.gz.
Value
t
Documentation
Automatically hide revealed text when leaving it.
If nil, the reveal-hide-revealed command can be useful to hide
revealed text manually.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/reveal.el.gz
(defcustom reveal-auto-hide t
"Automatically hide revealed text when leaving it.
If nil, the `reveal-hide-revealed' command can be useful to hide
revealed text manually."
:type 'boolean
:version "28.1")