summaryrefslogtreecommitdiff
path: root/doc/bison.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bison.texinfo')
-rw-r--r--doc/bison.texinfo6
1 files changed, 3 insertions, 3 deletions
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