Variable: antlr-help-rules-intro

antlr-help-rules-intro is a variable defined in antlr-mode.el.gz.

Value

"The following Makefile rules define the dependencies for all (non-\nexpanded) grammars in directory \"%s\".\n\nThey are stored in the kill-ring, i.e., you can insert them with C-y\ninto your Makefile.  You can also invoke \\[antlr-show-makefile-rules]\nfrom within a Makefile to insert them directly.\n\n\n"

Documentation

Introduction to use with M-x antlr-show-makefile-rules (antlr-show-makefile-rules).

This variable is only used or ANTLR v2 grammars.

It is a format string and used with substitution DIRECTORY/%s where DIRECTORY is the name of the current directory.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-help-rules-intro
  "The following Makefile rules define the dependencies for all (non-
expanded) grammars in directory \"%s\".\n
They are stored in the kill-ring, i.e., you can insert them with C-y
into your Makefile.  You can also invoke \\[antlr-show-makefile-rules]
from within a Makefile to insert them directly.\n\n\n"
  "Introduction to use with \\[antlr-show-makefile-rules].
This variable is only used or ANTLR v2 grammars.

It is a format string and used with substitution DIRECTORY/%s where
DIRECTORY is the name of the current directory.")