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 @code{condition-notify}; but if @var{all} is not @code{nil}, then all threads waiting on @var{cond} are notified. -@code{condition-notify} releases the associated mutex while waiting. +@code{condition-notify} releases the associated mutex. This allows other threads to acquire the mutex in order to wait on the condition. @c why bother?