summaryrefslogtreecommitdiff
path: root/doc/bison.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bison.texinfo')
-rw-r--r--doc/bison.texinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index b6604f61..836733d0 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -9270,7 +9270,8 @@ scanner should use @code{yy::parser::token::FOO}. The scanner can use
@defcv {Type} {parser} {syntax_error}
This class derives from @code{std::runtime_error}. Throw instances of it
-from user actions to raise parse errors. This is equivalent with first
+from the scanner or from the user actions to raise parse errors. This is
+equivalent with first
invoking @code{error} to report the location and message of the syntax
error, and then to invoke @code{YYERROR} to enter the error-recovery mode.
But contrary to @code{YYERROR} which can only be invoked from user actions