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