This is an automated email from the git hooks/post-receive script. lloda pushed a commit to branch main in repository guile.
The following commit(s) were added to refs/heads/main by this push: new 52465f0ce Fix typo in raise-exception documentation 52465f0ce is described below commit 52465f0ce7eb0c2e001f6c7439ecd867ea0f18f4 Author: Daniel Llorens <ll...@sarc.name> AuthorDate: Fri Feb 24 16:02:35 2023 +0100 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