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