diff options
| -rw-r--r-- | doc/lispref/threads.texi | 2 |
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 |
| 258 | threads waiting on @var{cond} are notified. | 258 | threads 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. |
| 261 | This allows other threads to acquire the mutex in order to wait on the | 261 | This allows other threads to acquire the mutex in order to wait on the |
| 262 | condition. | 262 | condition. |
| 263 | @c why bother? | 263 | @c why bother? |