summaryrefslogtreecommitdiff
path: root/doc/api/utils.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/utils.texi')
-rw-r--r--doc/api/utils.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/utils.texi b/doc/api/utils.texi
index 4c7c39f..4eeb9d1 100644
--- a/doc/api/utils.texi
+++ b/doc/api/utils.texi
@@ -102,11 +102,6 @@ from the same thread that is running the game loop.
Return a memoizing version of @code{proc}.
@end deffn
-@deffn {Scheme Syntax} forever @var{body} @dots{}
-Evaluate @code{body} in an unbounded loop. Useful in coroutines that
-have no end.
-@end deffn
-
@deffn {Scheme Syntax} trampoline @var{proc-name}
Create a new procedure that applies the procedure bound to
@code{proc-name} with all given arguments.