summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Llorens <lloda@sarc.name>2023-02-24 16:02:35 +0100
committerDaniel Llorens <lloda@sarc.name>2023-02-24 16:05:18 +0100
commit52465f0ce7eb0c2e001f6c7439ecd867ea0f18f4 (patch)
tree2ee33466040022f547de35422c641c82d1f4071c
parent9d339ea1a95c3b2d04a88aa6b116f997349fc4f4 (diff)
downloadguile-52465f0ce7eb0c2e001f6c7439ecd867ea0f18f4.tar.gz
Fix typo in raise-exception documentation
* doc/ref/api-control.texi (Raising and Handling Exceptions): Fix typo, h/t gtz on #guile.
-rw-r--r--doc/ref/api-control.texi2
1 files changed, 1 insertions, 1 deletions
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