]> git.eshelyaron.com Git - emacs.git/commitdiff
another docstring fixlet
authorTom Tromey <tromey@redhat.com>
Sun, 19 Aug 2012 09:38:30 +0000 (03:38 -0600)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Aug 2012 09:38:30 +0000 (03:38 -0600)
src/thread.c

index 608c3b8d8f10da14a45e0c9eef2cee5325f364a1..dba84fd0fb6f6310dbc2d0a3ea4a0da179202081 100644 (file)
@@ -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)