bison-patches
[Top][All Lists]
Advanced

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

doc: use upper case for tokens


From: Akim Demaille
Subject: doc: use upper case for tokens
Date: Sat, 9 Nov 2019 07:55:00 +0100

commit 008d927f71230cac2390511b459f7d1d2b612e9b
Author: Akim Demaille <address@hidden>
Date:   Thu Nov 7 18:16:51 2019 +0100

    doc: use upper case for tokens
    
    * doc/bison.texi: here.

diff --git a/doc/bison.texi b/doc/bison.texi
index 58597538..2baadc7e 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -4910,7 +4910,7 @@ the literal string at the end of a @code{%token} 
declaration which declares
 the name.  For example:
 
 @example
-%token arrow "=>"
+%token ARROW "=>"
 @end example
 
 @noindent




reply via email to

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