Variable: hs-minor-mode-hook

hs-minor-mode-hook is a customizable variable defined in hideshow.el.gz.

Value

nil

Documentation

Hook called when hideshow minor mode is activated or deactivated.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defcustom hs-minor-mode-hook nil
  "Hook called when hideshow minor mode is activated or deactivated."
  :type 'hook
  :version "21.1")