move read and print options docs to the procedures they parameterize
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Oct 2010 09:09:28 +0000 (11:09 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Oct 2010 09:09:28 +0000 (11:09 +0200)
commit1518f6494873c4bc4bced49d3e0e903f37c644c6
tree359a99673197fc07d9399e4b4bb8b8358046ba0f
parent24259edb8b1d70dfa968d9182e835013ec1cdb9f
move read and print options docs to the procedures they parameterize

* doc/ref/api-evaluation.texi (Scheme Read): Fold all reader options
  docs into this section. Undocument read-options-interface.
  (Scheme Write): New section for `write' and `display', and the print
  options. print-enable/print-disable are not documented, as there are
  no boolean print options. print-options-interface is likewise
  undocumented.

* doc/ref/api-options.texi: Remove discussion of options in
  general. Move read options to Scheme Read, and print options to Scheme
  Write.

* doc/ref/api-io.texi (Reading): Link to Scheme Read.
  (Writing): Move write and display to Scheme Write, and link there.

* doc/ref/srfi-modules.texi:
* doc/ref/api-debug.texi:
* doc/ref/api-data.texi: Update xrefs.
doc/ref/api-data.texi
doc/ref/api-debug.texi
doc/ref/api-evaluation.texi
doc/ref/api-io.texi
doc/ref/api-options.texi
doc/ref/srfi-modules.texi