Variable: gud-tooltip-modes

gud-tooltip-modes is a customizable variable defined in gud.el.gz.

Value

(gud-mode c-mode c++-mode fortran-mode python-mode)

Documentation

List of modes for which to enable GUD tooltips.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-tooltip-modes '( gud-mode c-mode c++-mode fortran-mode
				python-mode)
  "List of modes for which to enable GUD tooltips."
  :type '(repeat (symbol :tag "Major mode"))
  :group 'tooltip)