]> git.saurik.com Git - bison.git/commitdiff
doc: fix some minor inconsistencies.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 13 Feb 2011 17:02:31 +0000 (12:02 -0500)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 13 Feb 2011 17:02:31 +0000 (12:02 -0500)
* doc/bison.texinfo (%define Summary): Fix mislabeled entry for
lex_symbol.
(%code Summary): For consistency with the variable list in the
%define Summary, enclose the list of %code qualifiers in a table
instead of an itemize.

ChangeLog
doc/bison.texinfo

index 815fff5452a5110606df6fd7cdbf15496ea61e9b..3a6e81e03bf45d62b51c51abb6ae4db322888964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-02-13  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       doc: fix some minor inconsistencies.
+       * doc/bison.texinfo (%define Summary): Fix mislabeled entry for
+       lex_symbol.
+       (%code Summary): For consistency with the variable list in the
+       %define Summary, enclose the list of %code qualifiers in a table
+       instead of an itemize.
+
 2011-02-06  Joel E. Denny  <joeldenny@joeldenny.org>
 
        doc: clean up new subsections in manual.
index e39118793033cbd98a5ac0ad216569b657e0f533..0ed453e2bf45f427c0f569d63fbe084081387c8d 100644 (file)
@@ -5327,7 +5327,7 @@ empty
 
 
 @c ================================================== lex_symbol
-@item variant
+@item lex_symbol
 @findex %define lex_symbol
 
 @itemize @bullet
@@ -5773,7 +5773,7 @@ file.
 Not all qualifiers are accepted for all target languages.  Unaccepted
 qualifiers produce an error.  Some of the accepted qualifiers are:
 
-@itemize @bullet
+@table @code
 @item requires
 @findex %code requires
 
@@ -5837,7 +5837,7 @@ parser implementation file.  For example:
 @item Location(s): The parser Java file after any Java package directive and
 before any class definitions.
 @end itemize
-@end itemize
+@end table
 
 Though we say the insertion locations are language-dependent, they are
 technically skeleton-dependent.  Writers of non-standard skeletons