From a0f78c5085b7b47f1f8f5bf7d6fe2d4ffdfc0ff2 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 4 Mar 2005 15:48:18 +0000 Subject: [PATCH] Reference "Blocking" for scm_leave_guile/scm_enter_guile. --- doc/ref/api-init.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-init.texi b/doc/ref/api-init.texi index 4e668ce44..802c22df1 100644 --- a/doc/ref/api-init.texi +++ b/doc/ref/api-init.texi @@ -15,7 +15,7 @@ automatically when the first thread enters guile mode. When a thread wants to block outside of a Guile API function, it should leave guile mode temporarily with either @code{scm_without_guile} or -@code{scm_leave_guile}, @xref{Threads}. +@code{scm_leave_guile}, @xref{Blocking}. Threads that are created by @code{call-with-new-thread} or @code{scm_spawn_thread} start out in guile mode so you don't need to