Variable: dcl-imenu-label-goto

dcl-imenu-label-goto is a customizable variable defined in dcl-mode.el.gz.

Value

"GOTO"

Documentation

Imenu menu title for sub-listing with GOTO statements.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-imenu-label-goto "GOTO"
  "Imenu menu title for sub-listing with GOTO statements."
  :type 'string)