doc: fix Texinfo command

* doc/bison.texi: In parens, use @pxref.
This commit is contained in:
Akim Demaille
2012-07-17 15:11:47 +02:00
parent bcbbf65486
commit e6ae99fe75

View File

@@ -8498,7 +8498,7 @@ parser. This is compliant with POSIX Yacc. You could use
YYDEBUG 1} in the prologue of the grammar file (@pxref{Prologue, , The
Prologue}).
If the @code{%define} variable @code{api.prefix} is used (@xref{Multiple
If the @code{%define} variable @code{api.prefix} is used (@pxref{Multiple
Parsers, ,Multiple Parsers in the Same Program}), for instance @samp{%define
api.prefix x}, then if @code{CDEBUG} is defined, its value controls the
tracing feature (enabled iff nonzero); otherwise tracing is enabled iff