summaryrefslogtreecommitdiff
path: root/doc/lispref/threads.texi
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-08-31 11:15:48 +0200
committerMichael Albinus <michael.albinus@gmx.de>2018-08-31 11:15:48 +0200
commit6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e (patch)
tree32ea1de28e6303b14a007c8d9e28e57dfbc0066e /doc/lispref/threads.texi
parentdb2fed3bdfb351c3283e481829ce687931d27a3d (diff)
parentac7936cb8f4d4d6706535bfcea0d97741c2ca15f (diff)
downloademacs-6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e.tar.gz
emacs-6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e.tar.bz2
emacs-6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e.zip
Merge from origin/emacs-26
ac7936cb8f Rename thread-alive-p to thread-live-p 3d09d533d1 rcirc: Document /reconnect as a built-in command (Bug#29656) a1e615618d * test/lisp/calc/calc-tests.el (calc-imaginary-i): New test.
Diffstat (limited to 'doc/lispref/threads.texi')
-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.
Return the name of @var{thread}, as specified to @code{make-thread}.
@end defun
-@defun thread-alive-p thread
+@defun thread-live-p thread
Return @code{t} if @var{thread} is alive, or @code{nil} if it is not.
A thread is alive as long as its function is still executing.
@end defun