1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typo in raise-exception documentation

* doc/ref/api-control.texi (Raising and Handling Exceptions): Fix typo,
  h/t gtz on #guile.
This commit is contained in:
Daniel Llorens 2023-02-24 16:02:35 +01:00
parent 9d339ea1a9
commit 52465f0ce7

View file

@ -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 description to the attention of the user or to handle the situation
programmatically, the first step is to @dfn{raise} the exception. 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 Raise an exception by invoking the current exception handler on
@var{obj}. The handler is called with a continuation whose dynamic @var{obj}. The handler is called with a continuation whose dynamic
environment is that of the call to @code{raise}, except that the current environment is that of the call to @code{raise}, except that the current