]> git.saurik.com Git - bison.git/commitdiff
clarify documentation of %language in the NEWS file
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 31 Jul 2008 09:01:47 +0000 (11:01 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Thu, 31 Jul 2008 09:01:47 +0000 (11:01 +0200)
2008-07-31  Paolo Bonzini  <bonzini@gnu.org>

* NEWS: Clarify documentation of %language.

ChangeLog
NEWS

index 5727a03c42fd68b2a10ab0e21841b7686fcb9717..aa96f08d9923e263beff464165fa5fd626cc1cf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-31  Paolo Bonzini  <bonzini@gnu.org>
+
+       * NEWS: Clarify documentation of %language.
+
 2008-07-31  Paolo Bonzini  <bonzini@gnu.org>
 
        Support usage of git-merge-changelog.
diff --git a/NEWS b/NEWS
index 84236f849219cf4a0a64cc35c4aecfa5ba8290f7..53334d6ed1572cf37a4c4861c05dd0c60d23c3e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,9 +53,9 @@ Changes in version 2.3b (2008-05-27):
 * %language
 
   This new directive specifies the programming language of the generated
-  parser, which can be C (the default), C++, or Java.  This directive affects
-  the skeleton used and the names of the generated files if the grammar file's
-  name ends in ".y".
+  parser, which can be C (the default), C++, or Java.  Besides the skeleton
+  that Bison uses, the directive affects the names of the generated files if
+  the grammar file's name ends in ".y".
 
 * XML Automaton Report