]> git.saurik.com Git - bison.git/blobdiff - NEWS
* config.sed: Add filenames that are not 8.3 clean and that must
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 2a3e57c22ba34b777e6ede3ae67b3fdb99e07daa..3526e7b46c0b22cf53e7c90b7f15ad806f1cfbde 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Changes in version 2.3a+ (????-??-??):
 * Push Parsing
 
   Bison can now generate an LALR(1) parser in C with a push interface.  That
-  is, instead of invoking yyparse, which pulls tokens from `yylex', you can
+  is, instead of invoking `yyparse', which pulls tokens from `yylex', you can
   push one token at a time to the parser using `yypush_parse', which will
   return to the caller after processing each token.  By default, the push
   interface is disabled.  Either of the following directives will enable it: