aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi
index 3a7c3815fb1..3d9ebf08073 100644
--- a/doc/lispref/threads.texi
+++ b/doc/lispref/threads.texi
@@ -257,7 +257,7 @@ calling this. Ordinarily a single waiting thread is woken by
257@code{condition-notify}; but if @var{all} is not @code{nil}, then all 257@code{condition-notify}; but if @var{all} is not @code{nil}, then all
258threads waiting on @var{cond} are notified. 258threads waiting on @var{cond} are notified.
259 259
260@code{condition-notify} releases the associated mutex while waiting. 260@code{condition-notify} releases the associated mutex.
261This allows other threads to acquire the mutex in order to wait on the 261This allows other threads to acquire the mutex in order to wait on the
262condition. 262condition.
263@c why bother? 263@c why bother?