Variable: semantic-show-unmatched-syntax-mode-map

semantic-show-unmatched-syntax-mode-map is a variable defined in util-modes.el.gz.

Value

C-c , `  semantic-show-unmatched-syntax-next

Documentation

Keymap for command semantic-show-unmatched-syntax-mode(var)/semantic-show-unmatched-syntax-mode(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defvar-keymap semantic-show-unmatched-syntax-mode-map
  :doc "Keymap for command `semantic-show-unmatched-syntax-mode'."
  "C-c , `" #'semantic-show-unmatched-syntax-next)