doc: motivate named references.

Suggested by Hans Aberg at
<http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html>.
* doc/bison.texinfo (Named References): Explain briefly how
they're better than the traditional positional references.
(cherry picked from commit 7d31f09289)
This commit is contained in:
Joel E. Denny
2011-05-29 20:06:22 -04:00
parent 378e917c55
commit a40e77ebf6
2 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
doc: motivate named references.
Suggested by Hans Aberg at
<http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html>.
* doc/bison.texinfo (Named References): Explain briefly how
they're better than the traditional positional references.
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
doc: discuss named references after locations.