~ chicken-core (chicken-5) 20a129b8a3b33004ceb2294a04a62b0f419192ef


commit 20a129b8a3b33004ceb2294a04a62b0f419192ef
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Aug 1 12:10:37 2013 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Aug 1 12:10:37 2013 +0200

    removed remark about allowing to allocate on stack in "foreign-safe-lambda".

diff --git a/manual/Accessing external objects b/manual/Accessing external objects
index e043e926..8c304e33 100644
--- a/manual/Accessing external objects	
+++ b/manual/Accessing external objects	
@@ -151,7 +151,7 @@ commences in the calling code.
 <macro>(foreign-safe-lambda RETURNTYPE NAME ARGTYPE ...)</macro>
 
 This is similar to {{foreign-lambda}}, but also allows the called
-function to call Scheme functions and allocate Scheme data-objects. See [[Callbacks]].
+function to call Scheme functions. See [[Callbacks]].
 
 
 === foreign-safe-lambda*
Trap