diff options
author | Jan Synacek <jsynacek@redhat.com> | 2020-05-17 13:03:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-27 22:41:00 +0200 |
commit | ab861be9b2650016414015d26eb2abfe44d525f4 (patch) | |
tree | a8ee5b4cd8de63e1237cdf70882cfb52b8eddaea /doc/ref/api-control.texi | |
parent | 9c03e44dcfc118c37d28bb948f4d255c7b755d96 (diff) | |
download | guile-ab861be9b2650016414015d26eb2abfe44d525f4.tar.gz |
doc: Fix typos in the manual.
* doc/ref/api-control.texi:
* doc/ref/r6rs.texi:
* doc/ref/sxml.texi: Fix typos.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index b62c0d6fe..5df5344c5 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -678,8 +678,8 @@ 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 -captured continuation, within a prompt. +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: |