* benchmark-suite/lib.scm: Fix some typos in the documentation.
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 27 May 2003 18:33:19 +0000 (18:33 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 27 May 2003 18:33:19 +0000 (18:33 +0000)
commit42ad901d04a32e9ec7033a5ba520b3be1908f2bf
treef8959cd1729a7d2ba44ad355b582d034bb43c39d
parent5e25cd3925623776ed58788803e39e405a9857ab
   * benchmark-suite/lib.scm: Fix some typos in the documentation.

       * 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.
benchmark-suite/ChangeLog
benchmark-suite/lib.scm
doc/ref/ChangeLog
doc/ref/scheme-compound.texi
doc/tutorial/ChangeLog
doc/tutorial/guile-tut.texi
ice-9/ChangeLog
ice-9/boot-9.scm
test-suite/ChangeLog
test-suite/tests/elisp.test