Variable: hs-hide-hook

hs-hide-hook is a 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.

Probably introduced at or before Emacs version 19.31.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar 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'.")