Variable: cedet-idutils-token-command

cedet-idutils-token-command is a customizable variable defined in cedet-idutils.el.gz.

Value

"lid"

Documentation

Command name for the ID Utils executable for searching for tokens.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-idutils.el.gz
(defcustom cedet-idutils-token-command "lid"
  "Command name for the ID Utils executable for searching for tokens."
  :type 'string
  :group 'cedet)