]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texi
regen
[bison.git] / doc / bison.texi
index e50bd1717117cea21ff64a7c3a24a4e8fc34acb0..ad60505446e35fda04d8ba31ed0f47dfaad214c3 100644 (file)
@@ -4552,9 +4552,9 @@ code.
 @deffn {Directive} %initial-action @{ @var{code} @}
 @findex %initial-action
 Declare that the braced @var{code} must be invoked before parsing each time
-@code{yyparse} is called.  The @var{code} may use @code{$$} and
-@code{@@$} --- initial value and location of the lookahead --- and the
-@code{%parse-param}.
+@code{yyparse} is called.  The @var{code} may use @code{$$} (or
+@code{$<@var{tag}>$}) and @code{@@$} --- initial value and location of the
+lookahead --- and the @code{%parse-param}.
 @end deffn
 
 For instance, if your locations use a file name, you may use