Variable: antlr-help-unknown-file-text
antlr-help-unknown-file-text is a variable defined in
antlr-mode.el.gz.
Value
"## The following rules contain filenames of the form\n## \"?SUPERCLASS?.g\" (and \"?SUPERCLASS?TokenTypes.txt\")\n## where SUPERCLASS is not found to be defined in any grammar file of\n## the current directory or is defined more than once. Please replace\n## these filenames by the grammar files (and their exportVocab).\n\n"
Documentation
String indicating the existence of unknown files in the Makefile.
This variable is only used or ANTLR v2 grammars.
See M-x antlr-show-makefile-rules (antlr-show-makefile-rules) and antlr-unknown-file-formats.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-help-unknown-file-text
"## The following rules contain filenames of the form
## \"?SUPERCLASS?.g\" (and \"?SUPERCLASS?TokenTypes.txt\")
## where SUPERCLASS is not found to be defined in any grammar file of
## the current directory or is defined more than once. Please replace
## these filenames by the grammar files (and their exportVocab).\n\n"
"String indicating the existence of unknown files in the Makefile.
This variable is only used or ANTLR v2 grammars.
See \\[antlr-show-makefile-rules] and `antlr-unknown-file-formats'.")