Variable: hs-show-hook
hs-show-hook is a 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.
Probably introduced at or before Emacs version 19.31.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar 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'.")