~ chicken-core (chicken-5) c7d8791b56be7a3537ab04ec2929fe53de2c513c
commit c7d8791b56be7a3537ab04ec2929fe53de2c513c Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat May 21 23:55:11 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat May 21 23:55:11 2011 +0200 small change in Embedding chapter diff --git a/manual/Embedding b/manual/Embedding index f1133a3f..d37ea372 100644 --- a/manual/Embedding +++ b/manual/Embedding @@ -68,8 +68,9 @@ or {{CHICKEN_continue}}. After {{return-to-host}} has been executed and once {{CHICKEN_run}} returns, you can invoke callbacks which have been defined with {{define-external}}. -The {{eval}} library unit also provides ''boilerplate'' callbacks, that simplify invoking Scheme -code embedded in a C or C++ application a lot. + +The {{eval}} library unit also provides boilerplate callbacks, that simplify invoking Scheme +code embedded in a C or C++ application: === CHICKEN_evalTrap