doc: fix missing xref

Reported by xolodho.

* doc/bison.texi (Printer Decl): here.
This commit is contained in:
Akim Demaille
2014-12-31 12:49:39 +01:00
parent 179b2419ba
commit a3c3c6f242
2 changed files with 7 additions and 4 deletions

View File

@@ -5145,7 +5145,9 @@ value by default. However, when the parser displays a @code{STRING1} or a
@code{string1}, it formats it as a string in double quotes. It performs
only the second @code{%printer} in this case, so it prints only once.
Finally, the parser print @samp{<>} for any symbol, such as @code{TAGLESS},
that has no semantic type tag. See also
that has no semantic type tag. @xref{Mfcalc Traces, ,Enabling Debug Traces
for @code{mfcalc}}, for a complete example.
@node Expect Decl