doc: use upper case for tokens

* doc/bison.texi: here.
This commit is contained in:
Akim Demaille
2019-11-07 18:16:51 +01:00
parent 1650c729d9
commit 008d927f71

View File

@@ -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