From b94de893429bbfbb27572c8c3118fcc876957adb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 19 Aug 2012 03:38:30 -0600 Subject: [PATCH] another docstring fixlet --- src/thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thread.c b/src/thread.c index 608c3b8d8f1..dba84fd0fb6 100644 --- a/src/thread.c +++ b/src/thread.c @@ -348,7 +348,8 @@ CONDITION is the condition variable to wait on. The mutex associated with CONDITION must be held when this is called. It is an error if it is not held. -This releases the mutex and waits for CONDITION to be notified. When +This releases the mutex and waits for CONDITION to be notified or for +this thread to be signalled with `thread-signal'. When `condition-wait' returns, the mutex will again be locked by this thread. */) (Lisp_Object condition) -- 2.39.5