summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-05-29 22:30:55 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-06-11 12:37:09 -0400
commit1769eb301161c1c1cdc807986ba51a8bd5e8ad1d (patch)
tree84d8829690bef4c73a2fd4ce0ad1b4525b7bd889
parent303834ccb0487d1391c9b087c0d8787cb49076df (diff)
downloadbison-1769eb301161c1c1cdc807986ba51a8bd5e8ad1d.tar.gz
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. (cherry picked from commit 8348436580ae3db8091f564e8b24d552a9d23590)
-rw-r--r--ChangeLog8
-rw-r--r--doc/bison.texinfo6
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 45bb4bd5..fc9bdabf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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'.
* doc/bison.texinfo (Locations): Rename node to...
(Tracking Locations): ... this, which is its section name, and
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 3d90277b..18fb2824 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -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