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 5727a03..aa96f08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
        * .gitattributes: New.
        * HACKING: Document usage of git-merge-changelog.
diff --git a/NEWS b/NEWS
index 84236f8..53334d6 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