Variable: semantic-highlight-func-mode-map
semantic-highlight-func-mode-map is a variable defined in
util-modes.el.gz.
Value
<mouse-3> semantic-highlight-func-menu
Documentation
Keymap for highlight-func minor mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defvar-keymap semantic-highlight-func-mode-map
:doc "Keymap for highlight-func minor mode."
"<mouse-3>" #'semantic-highlight-func-menu)