bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc: spell check


From: Akim Demaille
Subject: doc: spell check
Date: Fri, 26 Oct 2018 19:04:52 +0200

commit 3f5e6905da8fdf806635cf3908b5f8b85d7b6737
Author: Akim Demaille <address@hidden>
Date:   Fri Oct 26 08:39:09 2018 +0200

    doc: spell check
    
    * README, doc/bison.texi, examples/README, examples/c++/README: here.

diff --git a/README b/README
index 52ac0e1b..9f266533 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Bison requires GNU m4 1.4.6 or later.  See:
       https://ftp.gnu.org/gnu/m4/m4-1.4.6.tar.gz
 
 ** Internationalization
-Bison supports two catalogues: one for Bison itself (i.e., for the
+Bison supports two catalogs: one for Bison itself (i.e., for the
 maintainer-side parser generation), and one for the generated parsers
 (i.e., for the user-side parser execution).  The requirements between
 both differ: bison needs ngettext, the generated parsers do not.  To
@@ -29,9 +29,9 @@ If you have questions about using Bison and the documentation 
does
 not answer them, please send mail to <address@hidden>.
 
 * Bug reports
-Please send bug reports to <address@hidden>.  Please include the
-version number from 'bison --version', and a complete, self-contained
-test case in each bug report.
+Please send bug reports to <address@hidden>.  Be sure to include the
+version number from 'bison --version', and a complete, self-contained test
+case in each bug report.
 
 * Copyright statements
 For any copyright year range specified as YYYY-ZZZZ in this package,
@@ -42,6 +42,7 @@ note that the range specifies every single year in that 
closed interval.
 Local Variables:
 mode: outline
 fill-column: 76
+ispell-dictionary: "american"
 End:
 
 Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2015, 2018 Free Software
@@ -61,3 +62,6 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# LocalWords:  parsers ngettext Texinfo pdf html YYYY ZZZZ ispell american
+# LocalWords:  MERCHANTABILITY
diff --git a/doc/bison.texi b/doc/bison.texi
index 5b36ba1c..0ab6f44e 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -14003,9 +14003,9 @@ London, Department of Computer Science, TR-00-12 
(December 2000).
 @c LocalWords: fdiagnostics setlocale nullptr ast srcdir copyable iff drv
 @c LocalWords: deftypefunx pragma Wnull dereference Wdocumentation elif ish
 @c LocalWords: Wdeprecated Wregister noinput yyloc yypos PODs sstream Wsign
address@hidden LocalWords:  typename emplace Wconversion Wshorten
 
 @c Local Variables:
 @c ispell-dictionary: "american"
 @c fill-column: 76
 @c End:
address@hidden  LocalWords:  typename emplace Wconversion Wshorten
diff --git a/examples/README b/examples/README
index e309e083..50ca4820 100644
--- a/examples/README
+++ b/examples/README
@@ -39,6 +39,7 @@ 
https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Examp
 Local Variables:
 mode: outline
 fill-column: 76
+ispell-dictionary: "american"
 End:
 
 Copyright (C) 2018 Free Software Foundation, Inc.
diff --git a/examples/c++/README b/examples/c++/README
index 96cb7c9f..3d6c2034 100644
--- a/examples/c++/README
+++ b/examples/c++/README
@@ -17,7 +17,7 @@ Extracted from the documentation: "A Simple C++ Example".
 
https://www.gnu.org/software/bison/manual/html_node/A-Simple-C_002b_002b-Example.html
 
 ** variant.yy - Self-contained example in C++98
-A varition of simple.yy, in C++98.
+A variation of simple.yy, in C++98.
 
 Run as `./variant`.
 
@@ -32,6 +32,7 @@ Run as `./variant` or `./variant NUMBER`.
 Local Variables:
 mode: outline
 fill-column: 76
+ispell-dictionary: "american"
 End:
 
 Copyright (C) 2018 Free Software Foundation, Inc.
@@ -43,4 +44,4 @@ Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
 Texts.  A copy of the license is included in the "GNU Free
 Documentation License" file as part of this distribution.
 
-# LocalWords:  mfcalc calc parsers yy
+# LocalWords:  mfcalc calc parsers yy ispell american
diff --git a/examples/calc++/README b/examples/calc++/README
index 679c4a1a..8fbd2d74 100644
--- a/examples/calc++/README
+++ b/examples/calc++/README
@@ -29,6 +29,7 @@ the scanner's.
 Local Variables:
 mode: outline
 fill-column: 76
+ispell-dictionary: "american"
 End:
 
 Copyright (C) 2018 Free Software Foundation, Inc.
@@ -48,4 +49,4 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# LocalWords:  mfcalc calc parsers yy MERCHANTABILITY
+# LocalWords:  mfcalc calc parsers yy MERCHANTABILITY Ctrl ispell american




reply via email to

[Prev in Thread] Current Thread [Next in Thread]