diff options
author | Andy Wingo <wingo@pobox.com> | 2010-10-01 12:49:16 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-10-01 12:49:16 +0200 |
commit | 659c1e2927a8a1365b200d61a67302ad327e8d6c (patch) | |
tree | 0aded72b45a3bdb1b2a2b4cebb29123962ab6cf9 /doc/ref/api-options.texi | |
parent | 9866cfe48489919f4527adba94ce2b5f74895e41 (diff) | |
download | guile-659c1e2927a8a1365b200d61a67302ad327e8d6c.tar.gz |
api-debug.texi refactors
* doc/ref/api-debug.texi (Programmatic Error Handling): Rename from
"Debug on Error". Reorganize subsections according to when the error
is handled.
* doc/ref/api-options.texi: Adapt xref.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 6c84c7be4..02ea20991 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -382,8 +382,8 @@ For more information on reader options, @xref{Scheme Read}. For more information on print options, @xref{Scheme Write}. -Finally, for more information on debugger options, @xref{Debug on -Error}. +Finally, for more information on debugger options, @xref{Debug +Options}. @subsubsection Examples of option use |