[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: semantics of thread-signal
From: |
Eli Zaretskii |
Subject: |
Re: semantics of thread-signal |
Date: |
Mon, 12 Dec 2016 18:08:11 +0200 |
> From: Noam Postavsky <address@hidden>
> Date: Sun, 11 Dec 2016 21:06:38 -0500
> Cc: Emacs developers <address@hidden>
>
> --- i/doc/lispref/threads.texi
> +++ w/doc/lispref/threads.texi
> @@ -82,9 +82,11 @@ Basic Thread Functions
> @defun thread-signal thread error-symbol data
> Like @code{signal} (@pxref{Signaling Errors}), but the signal is
> delivered in the thread @var{thread}. If @var{thread} is the current
> -thread, then this just calls @code{signal} immediately.
> address@hidden will cause a thread to exit a call to
> address@hidden, @code{condition-wait}, or @code{thread-join}.
> +thread, then this just calls @code{signal} immediately. Otherwise,
> address@hidden will receive the signal as soon as it becomes current.
> +If @var{thread} was blocked by a call to @code{mutex-lock},
> address@hidden, or @code{thread-join}; @code{thread-signa} will
> +unblock it. ^^^^^^^^^^^^
> @end defun
Thanks, please push after fixing the typo.