diff options
author | Andy Wingo <wingo@pobox.com> | 2010-10-01 17:26:41 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-10-01 17:26:41 +0200 |
commit | c005daf9239b6c2b5574d88a0ee46195ac1cb1ec (patch) | |
tree | 03c0d3f7a47379347873e543bf2ead0c454ac693 /doc/ref/api-debug.texi | |
parent | 3b3518e7f60750c878d430081358b2335df4a5da (diff) | |
download | guile-c005daf9239b6c2b5574d88a0ee46195ac1cb1ec.tar.gz |
api-debug tweak
* doc/ref/api-debug.texi (Debug Options): Fix wording.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 5be997e5f..e4bde0bac 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -583,8 +583,8 @@ A set of keys to ignore, as a list. @node Debug Options @subsubsection Debug options -The behavior when an error is the @code{backtrace} procedure and of the -default error handler can be parameterized via the debug options. +The behavior of the @code{backtrace} procedure and of the default error +handler can be parameterized via the debug options. @cindex options - debug @cindex debug options |