Variable: antlr-options-use-submenus
antlr-options-use-submenus is a customizable variable defined in
antlr-mode.el.gz.
Value
t
Documentation
Non-nil, if the major mode menu should include option submenus.
If nil, the menu just includes a command to insert options. Otherwise, it includes four submenus to insert file/grammar/rule/subrule options.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-options-use-submenus t
"Non-nil, if the major mode menu should include option submenus.
If nil, the menu just includes a command to insert options. Otherwise,
it includes four submenus to insert file/grammar/rule/subrule options."
:type 'boolean)