diff --git a/doc/bison.texi b/doc/bison.texi index 69e0e8dd..fdc267eb 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -8981,10 +8981,10 @@ The following grammar file, @file{calc.y}, will be used in the sequel: @example @group %union -{ +@{ int ival; const char *sval; -} +@} @end group @group %token NUM