1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

; * doc/lispref/threads.texi (Condition Variables): Fix wording.

This commit is contained in:
Eli Zaretskii 2025-06-28 22:17:06 +03:00
parent 6299eb0fe5
commit e51ff3ee66

View file

@ -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?