diff options
| author | Tom Tromey | 2012-08-25 14:09:04 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-08-25 14:09:04 -0600 |
| commit | 09d7066e2291651805b7bfd5edbf45562766e122 (patch) | |
| tree | 294a23228d9e3ae5db26494304ef1860793b1965 /doc | |
| parent | 58c8e9a4debc3ef2c672a34d58720d5bf0530d12 (diff) | |
| download | emacs-09d7066e2291651805b7bfd5edbf45562766e122.tar.gz emacs-09d7066e2291651805b7bfd5edbf45562766e122.zip | |
minor update to thread-join docs
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/threads.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi index 434915cdbc2..5c4c62f2c06 100644 --- a/doc/lispref/threads.texi +++ b/doc/lispref/threads.texi | |||
| @@ -67,7 +67,9 @@ thread, @code{nil} otherwise. | |||
| 67 | @end defun | 67 | @end defun |
| 68 | 68 | ||
| 69 | @defun thread-join thread | 69 | @defun thread-join thread |
| 70 | Block until @var{thread} exits, or until the current thread is signaled. | 70 | Block until @var{thread} exits, or until the current thread is |
| 71 | signaled. If @var{thread} has already exited, this returns | ||
| 72 | immediately. | ||
| 71 | @end defun | 73 | @end defun |
| 72 | 74 | ||
| 73 | @defun thread-signal thread error-symbol data | 75 | @defun thread-signal thread error-symbol data |