]> git.saurik.com Git - bison.git/blobdiff - NEWS
Rename lr.default_reductions to lr.default-reductions.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index a42ec81d6dec6a07b7a4c2e37ae17540d27f5d2b..e246242a62cda4f2b21dc278d1987504ba59b1cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,10 +32,11 @@ Bison News
     %define lr.type "IELR"
     %define lr.type "canonical LR"
 
-  The default rules optimization in the parser tables can also be
-  adjusted using `%define lr.default_rules'.  See the documentation for
-  `%define lr.type' and `%define lr.default_rules' in the section `Bison
-  Declaration Summary' in the Bison manual for the details.
+  The default reduction optimization in the parser tables can also be
+  adjusted using `%define lr.default-reductions'.  See the documentation
+  for `%define lr.type' and `%define lr.default-reductions' in the
+  section `Bison Declaration Summary' in the Bison manual for the
+  details.
 
   These features are experimental.  More user feedback will help to
   stabilize them.