]> 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 92a935fb98e5f77293330791cb9307061188769f..80b49da63f04ac75272ee20207cedea7d9be3fec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,8 +25,8 @@ Bison News
     %define lr.type "canonical LR"
 
   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
+  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.