]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/threads.texi (Condition Variables): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jun 2025 19:17:06 +0000 (22:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:08:04 +0000 (22:08 +0200)
(cherry picked from commit e51ff3ee664ecc848ed99f2f715e9a33208a8d66)

doc/lispref/threads.texi

index 3a7c3815fb1eee8a4cac0d18092490e0453e1b30..3d9ebf080733c9a220fe20eeaa76288ffd60d3a0 100644 (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?