]> git.saurik.com Git - bison.git/commitdiff
doc: clean up references to `Locations Overview'.
authorJoel E. Denny <joeldenny@joeldenny.org>
Mon, 30 May 2011 02:30:55 +0000 (22:30 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sat, 11 Jun 2011 16:37:09 +0000 (12:37 -0400)
* doc/bison.texinfo (Locations Overview): Rename node to...
(Locations): ... this, which is its section name.  Update menus to
match that and not to use the title `Tracking Locations', which is
a different section.
(cherry picked from commit 8348436580ae3db8091f564e8b24d552a9d23590)

ChangeLog
doc/bison.texinfo

index 45bb4bd517237fece22281686a39d5fd841ef074..fc9bdabfaa9e2ff7660102c45a4dbe866c705c68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-29  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       doc: clean up references to `Locations Overview'.
+       * doc/bison.texinfo (Locations Overview): Rename node to...
+       (Locations): ... this, which is its section name.  Update menus to
+       match that and not to use the title `Tracking Locations', which is
+       a different section.
+
 2011-05-29  Joel E. Denny  <joeldenny@joeldenny.org>
 
        doc: clean up references to `Tracking Locations'.
index 3d90277be9a997fef9f7c1d61317f7a204106c6a..18fb2824e6f581ee8a9ea68fdf4dd3e9df9bf576 100644 (file)
@@ -125,7 +125,7 @@ The Concepts of Bison
                            the name of an identifier, etc.).
 * Semantic Actions::     Each rule can have an action containing C code.
 * GLR Parsers::          Writing parsers for general context-free languages.
-* Locations Overview::   Tracking Locations.
+* Locations::            Overview of location tracking.
 * Bison Parser::         What are Bison's input and output,
                            how is the output used?
 * Stages::               Stages in writing and running Bison grammars.
@@ -451,7 +451,7 @@ use Bison or Yacc, we suggest you start by reading this chapter carefully.
                            the name of an identifier, etc.).
 * Semantic Actions::     Each rule can have an action containing C code.
 * GLR Parsers::          Writing parsers for general context-free languages.
-* Locations Overview::   Tracking Locations.
+* Locations::            Overview of location tracking.
 * Bison Parser::         What are Bison's input and output,
                            how is the output used?
 * Stages::               Stages in writing and running Bison grammars.
@@ -1278,7 +1278,7 @@ will suffice.  Otherwise, we suggest
 %@}
 @end example
 
-@node Locations Overview
+@node Locations
 @section Locations
 @cindex location
 @cindex textual location