Variable: widget-minor-mode-hook
widget-minor-mode-hook is a customizable variable defined in
wid-browse.el.gz.
Value
nil
Documentation
Hook run after entering or leaving widget-minor-mode(var)/widget-minor-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/wid-browse.el.gz
;;;###autoload
(define-minor-mode widget-minor-mode
"Minor mode for traversing widgets."
:lighter " Widget")