mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
9d339ea1a9
commit
52465f0ce7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue