These changes are the minimal needed to get "make" to
complete w/o error or warnings using GNU Texinfo 6.3.
* doc/goops/goops.texi <title page>: Condense @author lines.
(Running GOOPS, Methods, User-defined types)
(Asking for the type of an object):
Promote these nodes from subsection to section.
* doc/r5rs/r5rs.texi <title page>: Remove spurious @author;
change @unnumbered to @heading.
(Entry format): Comment out spurious @center;
remove spurious @item.
(Characters): Likewise.
(Lexical structure): Rework @format blocks w/ embedded
@t and @cindex, as a series of abutting @example blocks
that close and reopen around the @cindex; and sans @t.
(Additional material): Comment out spurious @center lines.
* doc/tutorial/guile-tut.texi (Hello World):
Promote from @subsection to @section.
(A bunch of operations in Scheme): Likewise;
change @print to take no args.
(Using recursion to process lists, Processing matrices):
Promote from @subsection to @section.
(Using Guile to program in Scheme): Change @print to take no args.
* doc/ref/scheme-compound.texi: Clarified that vectors need to
be quoted.
* doc/tutorial/guile-tut.texi: Fix example, where a vector
constant is used without quoting.
* ice-9/boot-9.scm (make-autoload-interface): Added missing
quote around vector constant.
* test-suite/tests/elisp.test: Added missing quote around vector
constants.