summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-02-13 12:02:31 -0500
committerJoel E. Denny <joeldenny@joeldenny.org>2011-02-13 12:02:31 -0500
commit84072495292eb90d6683fbabe159bf8900193810 (patch)
tree6886b591b112ba63caf23e6c7c3d92c930061810
parent51151d91716c3113f809c22871fc83edda06d094 (diff)
downloadbison-84072495292eb90d6683fbabe159bf8900193810.tar.gz
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.
-rw-r--r--ChangeLog9
-rw-r--r--doc/bison.texinfo6
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 815fff54..3a6e81e0 100644
--- 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.
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index e3911879..0ed453e2 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -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