From 1233b38393c776d48cfc4c91d9c514ea7f3762f3 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 20 May 2011 11:54:46 +0200 Subject: fix documentation for option-set! syntaxen * doc/ref/api-evaluation.texi (Scheme Read): Note that read-set! is syntax. (Scheme Write): Likewise for print-set!. * doc/ref/api-io.texi (Writing): Remove reference to print-options-interface. * doc/ref/repl-modules.texi (Readline Options): Update, and add entries for readline-options, readline-set! et al. --- doc/ref/api-debug.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/ref/api-debug.texi') diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 765b4ad8d..bdb616656 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2010 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2010, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -645,10 +645,13 @@ using @code{debug-set!}. @deffn {Scheme Procedure} debug-enable option-name @deffnx {Scheme Procedure} debug-disable option-name -@deffnx {Scheme Procedure} debug-set! option-name value +@deffnx {Scheme Syntax} debug-set! option-name value Modify the debug options. @code{debug-enable} should be used with boolean options and switches them on, @code{debug-disable} switches them off. -@code{debug-set!} can be used to set an option to a specific value. + +@code{debug-set!} can be used to set an option to a specific value. Due +to historical oddities, it is a macro that expects an unquoted option +name. @end deffn @subsubheading Stack overflow -- cgit v1.2.3