From e944aaff36c500c8de9537551fe1aa8458b23fe2 Mon Sep 17 00:00:00 2001
From: Akim Demaille <[email protected]>
Date: Tue, 11 May 2010 21:31:31 +0200
Subject: [PATCH 1/3] doc: please Emacs.
* doc/bison.texinfo (Local Variables): Move this after the
LocalWords, since the latter are looked for in the whole document,
while the former are looked for only at its end.
Require american spell checking.
---
ChangeLog | 8 ++++++++
doc/bison.texinfo | 9 +++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fe9a735..9cef074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-11 Akim Demaille <[email protected]>
+
+ doc: please Emacs.
+ * doc/bison.texinfo (Local Variables): Move this after the
+ LocalWords, since the latter are looked for in the whole document,
+ while the former are looked for only at its end.
+ Require american spell checking.
+
2010-05-10 Akim Demaille <[email protected]>
doc: fix lalr1.cc documentation.
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 8792db8..404b5a6 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -11278,10 +11278,6 @@ grammatically indivisible. The piece of text it
represents is a token.
@bye
-...@c Local Variables:
-...@c fill-column: 76
-...@c End:
-
@c LocalWords: texinfo setfilename settitle setchapternewpage finalout texi FSF
@c LocalWords: ifinfo smallbook shorttitlepage titlepage GPL FIXME iftex FSF's
@c LocalWords: akim fn cp syncodeindex vr tp synindex dircategory direntry Naur
@@ -11334,3 +11330,8 @@ grammatically indivisible. The piece of text it
represents is a token.
@c LocalWords: bisonVersion deftypecvx bisonSkeleton getStartPos getEndPos
@c LocalWords: getLVal defvar deftypefn deftypefnx gotos msgfmt
@c LocalWords: subdirectory Solaris nonassociativity
+
+...@c Local Variables:
+...@c ispell-dictionary: "american"
+...@c fill-column: 76
+...@c End:
--
1.7.0.5