From 008d927f71230cac2390511b459f7d1d2b612e9b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 7 Nov 2019 18:16:51 +0100 Subject: [PATCH] doc: use upper case for tokens * doc/bison.texi: here. --- doc/bison.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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