From 52465f0ce7eb0c2e001f6c7439ecd867ea0f18f4 Mon Sep 17 00:00:00 2001 From: Daniel Llorens Date: Fri, 24 Feb 2023 16:02:35 +0100 Subject: Fix typo in raise-exception documentation * doc/ref/api-control.texi (Raising and Handling Exceptions): Fix typo, h/t gtz on #guile. --- doc/ref/api-control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 8b4bd45d5..158ed8ad8 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -1284,7 +1284,7 @@ An exception object describes an exceptional situation. To bring that description to the attention of the user or to handle the situation programmatically, the first step is to @dfn{raise} the exception. -@deffn {Scheme Procedure} raise-exception obj [#:continuable=#f] +@deffn {Scheme Procedure} raise-exception obj [#:continuable?=#f] Raise an exception by invoking the current exception handler on @var{obj}. The handler is called with a continuation whose dynamic environment is that of the call to @code{raise}, except that the current -- cgit v1.2.1