bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

style: formatting changes in the doc


From: Akim Demaille
Subject: style: formatting changes in the doc
Date: Wed, 2 Jan 2019 08:04:41 +0100

commit 86cb2e72fdca651027e5b3f509cd65b5966442b4
Author: Akim Demaille <address@hidden>
Date:   Tue Jan 1 17:51:26 2019 +0100

    style: formatting changes in the doc
    
    * doc/bison.texi: here.

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]