aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTom Tromey2012-08-25 14:09:04 -0600
committerTom Tromey2012-08-25 14:09:04 -0600
commit09d7066e2291651805b7bfd5edbf45562766e122 (patch)
tree294a23228d9e3ae5db26494304ef1860793b1965 /doc
parent58c8e9a4debc3ef2c672a34d58720d5bf0530d12 (diff)
downloademacs-09d7066e2291651805b7bfd5edbf45562766e122.tar.gz
emacs-09d7066e2291651805b7bfd5edbf45562766e122.zip
minor update to thread-join docs
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/threads.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi
index 434915cdbc2..5c4c62f2c06 100644
--- a/doc/lispref/threads.texi
+++ b/doc/lispref/threads.texi
@@ -67,7 +67,9 @@ thread, @code{nil} otherwise.
67@end defun 67@end defun
68 68
69@defun thread-join thread 69@defun thread-join thread
70Block until @var{thread} exits, or until the current thread is signaled. 70Block until @var{thread} exits, or until the current thread is
71signaled. If @var{thread} has already exited, this returns
72immediately.
71@end defun 73@end defun
72 74
73@defun thread-signal thread error-symbol data 75@defun thread-signal thread error-symbol data