Variable: semantic-symref-tool

semantic-symref-tool is a customizable and buffer-local variable defined in symref.el.gz.

Documentation

The active symbol reference tool name.

The tool symbol can be detect, or a symbol that is the name of a tool that can be used for symbol referencing.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/symref.el.gz
;;; Code:
(defcustom semantic-symref-tool 'detect
  "The active symbol reference tool name.
The tool symbol can be `detect', or a symbol that is the name of
a tool that can be used for symbol referencing."
  :type 'symbol
  :local t
  :group 'semantic)