diff options
author | Andy Wingo <wingo@pobox.com> | 2014-03-16 15:50:27 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-03-16 15:50:27 +0100 |
commit | 9d3aa47b6124d1d4b532a8f97f9fdeae3a8032c3 (patch) | |
tree | 161d57ae14efb50ca60fda97f3903d247df10003 /doc/ref/api-debug.texi | |
parent | bf7e38643d5143d0e37960e4439bfc466699e29a (diff) | |
download | guile-9d3aa47b6124d1d4b532a8f97f9fdeae3a8032c3.tar.gz |
Debug options doc fix.
* doc/ref/api-debug.texi (Debug Options): Fix.
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 cdd7a0960..5dabb8403 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -844,8 +844,8 @@ warn-deprecated no Warn when deprecated features are used. @end smallexample The boolean options may be toggled with @code{debug-enable} and -@code{debug-disable}. The non-boolean @code{keywords} option must be set -using @code{debug-set!}. +@code{debug-disable}. The non-boolean options must be set using +@code{debug-set!}. @deffn {Scheme Procedure} debug-enable option-name @deffnx {Scheme Procedure} debug-disable option-name |