summaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-03-04 15:48:18 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-03-04 15:48:18 +0000
commita0f78c5085b7b47f1f8f5bf7d6fe2d4ffdfc0ff2 (patch)
treeff3ce9d7ea8c8863fb1fe3bcee36a214fd88e081 /doc/ref
parent9ba2fab389ffd3a464b857c583268d64570c7c0b (diff)
downloadguile-a0f78c5085b7b47f1f8f5bf7d6fe2d4ffdfc0ff2.tar.gz
Reference "Blocking" for scm_leave_guile/scm_enter_guile.
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/api-init.texi2
1 files changed, 1 insertions, 1 deletions
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