aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi
index 98301984114..9cdeb798c1d 100644
--- a/doc/lispref/threads.texi
+++ b/doc/lispref/threads.texi
@@ -100,7 +100,7 @@ Yield execution to the next runnable thread.
100Return the name of @var{thread}, as specified to @code{make-thread}. 100Return the name of @var{thread}, as specified to @code{make-thread}.
101@end defun 101@end defun
102 102
103@defun thread-alive-p thread 103@defun thread-live-p thread
104Return @code{t} if @var{thread} is alive, or @code{nil} if it is not. 104Return @code{t} if @var{thread} is alive, or @code{nil} if it is not.
105A thread is alive as long as its function is still executing. 105A thread is alive as long as its function is still executing.
106@end defun 106@end defun