Variable: hs-hide-hook
hs-hide-hook is a customizable variable defined in hideshow.el.gz.
Value
nil
Documentation
Hook called (with run-hooks) at the end of commands to hide text.
These commands include the toggling commands (when the result is to hide
a block), hs-hide-all, hs-hide-block and hs-hide-level.
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
;;;; Options
(defcustom hs-hide-hook nil
"Hook called (with `run-hooks') at the end of commands to hide text.
These commands include the toggling commands (when the result is to hide
a block), `hs-hide-all', `hs-hide-block' and `hs-hide-level'."
:type 'hook
:version "31.1")