diff options
Diffstat (limited to 'src/thread.c')
| -rw-r--r-- | src/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c index 20d0568bef5..39a21518ec6 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -804,7 +804,7 @@ DEFUN ("thread-alive-p", Fthread_alive_p, Sthread_alive_p, 1, 1, 0, | |||
| 804 | return thread_alive_p (tstate) ? Qt : Qnil; | 804 | return thread_alive_p (tstate) ? Qt : Qnil; |
| 805 | } | 805 | } |
| 806 | 806 | ||
| 807 | DEFUN ("thread-blocker", Fthread_blocker, Sthread_blocker, 1, 1, 0, | 807 | DEFUN ("thread--blocker", Fthread_blocker, Sthread_blocker, 1, 1, 0, |
| 808 | doc: /* Return the object that THREAD is blocking on. | 808 | doc: /* Return the object that THREAD is blocking on. |
| 809 | If THREAD is blocked in `thread-join' on a second thread, return that | 809 | If THREAD is blocked in `thread-join' on a second thread, return that |
| 810 | thread. | 810 | thread. |