mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Debug options doc fix.
* doc/ref/api-debug.texi (Debug Options): Fix.
This commit is contained in:
parent
bf7e38643d
commit
9d3aa47b61
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue