Variable: semantic-show-parser-state-mode-hook

semantic-show-parser-state-mode-hook is a customizable variable defined in util-modes.el.gz.

Value

nil

Documentation

Hook run at the end of function semantic-show-parser-state-mode(var)/semantic-show-parser-state-mode(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defcustom semantic-show-parser-state-mode-hook nil
  "Hook run at the end of function `semantic-show-parser-state-mode'."
  :group 'semantic
  :type 'hook)