>From 977fe585abe403a796260da10d6c3c1aa177a453 Mon Sep 17 00:00:00 2001 From: Alex ter Weele <alex@loki> Date: Thu, 29 Jun 2017 12:33:18 -0400 Subject: [PATCH] doc: Fix typo in control mechanisms.
* doc/ref/api-control.texi: change "which will called" to "which will be called". --- 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 2d696ea89..6a7487ff5 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -677,7 +677,7 @@ Evaluate @var{expr} in a prompt, optionally specifying a tag and a handler. If no tag is given, the default prompt tag is used. If no handler is given, a default handler is installed. The default -handler accepts a procedure of one argument, which will called on the +handler accepts a procedure of one argument, which will be called on the captured continuation, within a prompt. Sometimes it's easier just to show code, as in this case: -- 2.11.0