Variable: hs-show-hook
hs-show-hook is a customizable variable defined in hideshow.el.gz.
Value
nil
Documentation
Hook called (with run-hooks) at the end of commands to show text.
These commands include the toggling commands (when the result is to show
a block), hs-show-all and hs-show-block.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defcustom hs-show-hook nil
"Hook called (with `run-hooks') at the end of commands to show text.
These commands include the toggling commands (when the result is to show
a block), `hs-show-all' and `hs-show-block'."
:type 'hook
:version "31.1")