doc: clean up `Named References' a little.

* doc/bison.texinfo (Named References): Rename section to match
the node name, and update all cross references.  Don't use the
acronyms RHS and LHS given that we don't expand them anywhere in
the manual.  Try to use @samp and @code properly.  Mention that
named references are experimental as we've already stated in NEWS.
(Destructor Decl): Expand the only remaining use of RHS or LHS.
(cherry picked from commit ce24f7f59b)
This commit is contained in:
Joel E. Denny
2011-05-29 20:28:09 -04:00
parent a40e77ebf6
commit a7b15ab99c
2 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,13 @@
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
doc: clean up `Named References' a little.
* doc/bison.texinfo (Named References): Rename section to match
the node name, and update all cross references. Don't use the
acronyms RHS and LHS given that we don't expand them anywhere in
the manual. Try to use @samp and @code properly. Mention that
named references are experimental as we've already stated in NEWS.
(Destructor Decl): Expand the only remaining use of RHS or LHS.
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
doc: motivate named references.