diff options
| author | Tom Tromey | 2012-08-19 03:38:30 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-08-19 03:38:30 -0600 |
| commit | b94de893429bbfbb27572c8c3118fcc876957adb (patch) | |
| tree | 69c095c5aa4cd402a610ef0fec899836ea681233 /src/thread.c | |
| parent | 266c1c2fd96e4b25d755838dcf68c0c992a8a263 (diff) | |
| download | emacs-b94de893429bbfbb27572c8c3118fcc876957adb.tar.gz emacs-b94de893429bbfbb27572c8c3118fcc876957adb.zip | |
another docstring fixlet
Diffstat (limited to 'src/thread.c')
| -rw-r--r-- | src/thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
| 348 | The mutex associated with CONDITION must be held when this is called. | 348 | The mutex associated with CONDITION must be held when this is called. |
| 349 | It is an error if it is not held. | 349 | It is an error if it is not held. |
| 350 | 350 | ||
| 351 | This releases the mutex and waits for CONDITION to be notified. When | 351 | This releases the mutex and waits for CONDITION to be notified or for |
| 352 | this thread to be signalled with `thread-signal'. When | ||
| 352 | `condition-wait' returns, the mutex will again be locked by this | 353 | `condition-wait' returns, the mutex will again be locked by this |
| 353 | thread. */) | 354 | thread. */) |
| 354 | (Lisp_Object condition) | 355 | (Lisp_Object condition) |