style: formatting changes in the doc

* doc/bison.texi: here.
This commit is contained in:
Akim Demaille
2019-01-01 17:51:26 +01:00
parent d07564af63
commit 86cb2e72fd

View File

@@ -5682,17 +5682,15 @@ are chosen as if the grammar file were named @file{@var{prefix}.y}.
@deffn {Directive} %language "@var{language}" @deffn {Directive} %language "@var{language}"
Specify the programming language for the generated parser. Currently Specify the programming language for the generated parser. Currently
supported languages include C, C++, and Java. supported languages include C, C++, and Java. @var{language} is
@var{language} is case-insensitive. case-insensitive.
@end deffn @end deffn
@deffn {Directive} %locations @deffn {Directive} %locations
Generate the code processing the locations (@pxref{Action Features, Generate the code processing the locations (@pxref{Action Features, ,Special
,Special Features for Use in Actions}). This mode is enabled as soon as Features for Use in Actions}). This mode is enabled as soon as the grammar
the grammar uses the special @samp{@@@var{n}} tokens, but if your uses the special @samp{@@@var{n}} tokens, but if your grammar does not use
grammar does not use it, using @samp{%locations} allows for more it, using @samp{%locations} allows for more accurate syntax error messages.
accurate syntax error messages.
@end deffn @end deffn
@deffn {Directive} %name-prefix "@var{prefix}" @deffn {Directive} %name-prefix "@var{prefix}"