Variable: semantic-decoration-mode-hook
semantic-decoration-mode-hook is a customizable variable defined in
mode.el.gz.
Value
nil
Documentation
Hook run at the end of function semantic-decoration-mode(var)/semantic-decoration-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(defcustom semantic-decoration-mode-hook nil
"Hook run at the end of function `semantic-decoration-mode'."
:group 'semantic
:type 'hook)