diff options
author | Andy Wingo <wingo@pobox.com> | 2010-10-01 11:09:28 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-10-01 11:09:28 +0200 |
commit | 1518f6494873c4bc4bced49d3e0e903f37c644c6 (patch) | |
tree | 359a99673197fc07d9399e4b4bb8b8358046ba0f /doc/ref/api-debug.texi | |
parent | 24259edb8b1d70dfa968d9182e835013ec1cdb9f (diff) | |
download | guile-1518f6494873c4bc4bced49d3e0e903f37c644c6.tar.gz |
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.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 3f22e14e6..04dc25c1c 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -220,7 +220,7 @@ In the latter case, no source properties were stored, so the error doesn't have any source information. The recording of source properties is controlled by the read option -named ``positions'' (@pxref{Reader options}). This option is switched +named ``positions'' (@pxref{Scheme Read}). This option is switched @emph{on} by default. The following procedures can be used to access and set the source |