From 09d7066e2291651805b7bfd5edbf45562766e122 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 25 Aug 2012 14:09:04 -0600 Subject: [PATCH] minor update to thread-join docs --- doc/lispref/threads.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. @end defun @defun thread-join thread -Block until @var{thread} exits, or until the current thread is signaled. +Block until @var{thread} exits, or until the current thread is +signaled. If @var{thread} has already exited, this returns +immediately. @end defun @defun thread-signal thread error-symbol data -- 2.39.5