Variable: cedet-cscope-command

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

Value

"cscope"

Documentation

Command name for the CScope executable.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-cscope.el.gz
(defcustom cedet-cscope-command "cscope"
  "Command name for the CScope executable."
  :type 'string
  :group 'cedet)