diff options
Diffstat (limited to 'doc')
| -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 f05af496188..ddeb2e923fc 100644 --- a/doc/lispref/threads.texi +++ b/doc/lispref/threads.texi | |||
| @@ -97,7 +97,7 @@ Yield execution to the next runnable thread. | |||
| 97 | Return the name of @var{thread}, as specified to @code{make-thread}. | 97 | Return the name of @var{thread}, as specified to @code{make-thread}. |
| 98 | @end defun | 98 | @end defun |
| 99 | 99 | ||
| 100 | @defun thread-alive-p thread | 100 | @defun thread-live-p thread |
| 101 | Return @code{t} if @var{thread} is alive, or @code{nil} if it is not. | 101 | Return @code{t} if @var{thread} is alive, or @code{nil} if it is not. |
| 102 | A thread is alive as long as its function is still executing. | 102 | A thread is alive as long as its function is still executing. |
| 103 | @end defun | 103 | @end defun |