Variable: enriched-mode-hook
enriched-mode-hook is a customizable variable defined in
enriched.el.gz.
Value
nil
Documentation
Hook run after entering/leaving Enriched mode.
If you set variables in this hook, you should arrange for them to be restored
to their old values if you leave Enriched mode. One way to do this is to add
them and their old values to enriched-old-bindings.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/enriched.el.gz
;;; Internal variables
(defcustom enriched-mode-hook nil
"Hook run after entering/leaving Enriched mode.
If you set variables in this hook, you should arrange for them to be restored
to their old values if you leave Enriched mode. One way to do this is to add
them and their old values to `enriched-old-bindings'."
:type 'hook)