From: Taylor R Campbell Date: Wed, 2 May 2012 14:29:11 +0000 (+0000) Subject: Fix duplicated `creates' in SIGNAL-CONDITION documentation. X-Git-Tag: release-9.2.0~248 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8f0feb49715a294e5977fada8180b88192fb591b;p=mit-scheme.git Fix duplicated `creates' in SIGNAL-CONDITION documentation. Thanks, ecraven. (Also, thanks for the previous typo fix too.) --- diff --git a/doc/ref-manual/error.texi b/doc/ref-manual/error.texi index c97063ef2..0b66105b1 100644 --- a/doc/ref-manual/error.texi +++ b/doc/ref-manual/error.texi @@ -442,7 +442,7 @@ signalled it is best to actually put a breakpoint on entry to @vindex standard-error-hook @cindex REP loop Called internally by @code{error} after it calls -@code{signal-condition}. Normally creates creates a new @sc{repl} with +@code{signal-condition}. Normally creates a new @sc{repl} with the prompt @code{"error>"} (but see @code{standard-error-hook}). In order to simulate the effect of calling @code{error}, code may call @code{signal-condition} directly and then call