From 8f0feb49715a294e5977fada8180b88192fb591b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 2 May 2012 14:29:11 +0000 Subject: [PATCH] Fix duplicated `creates' in SIGNAL-CONDITION documentation. Thanks, ecraven. (Also, thanks for the previous typo fix too.) --- doc/ref-manual/error.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1