mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Fix "display" typo in make-thread and begin-thread docs
* doc/ref/api-scheduling.texi (make-thread, begin-thread): fix "display" typo.
This commit is contained in:
parent
d0d1f68794
commit
b5ecfdd061
1 changed files with 2 additions and 2 deletions
|
@ -125,14 +125,14 @@ interrupts.
|
||||||
|
|
||||||
@deffn macro make-thread proc arg @dots{}
|
@deffn macro make-thread proc arg @dots{}
|
||||||
Apply @var{proc} to @var{arg} @dots{} in a new thread formed by
|
Apply @var{proc} to @var{arg} @dots{} in a new thread formed by
|
||||||
@code{call-with-new-thread} using a default error handler that display
|
@code{call-with-new-thread} using a default error handler that displays
|
||||||
the error to the current error port. The @var{arg} @dots{}
|
the error to the current error port. The @var{arg} @dots{}
|
||||||
expressions are evaluated in the new thread.
|
expressions are evaluated in the new thread.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn macro begin-thread expr1 expr2 @dots{}
|
@deffn macro begin-thread expr1 expr2 @dots{}
|
||||||
Evaluate forms @var{expr1} @var{expr2} @dots{} in a new thread formed by
|
Evaluate forms @var{expr1} @var{expr2} @dots{} in a new thread formed by
|
||||||
@code{call-with-new-thread} using a default error handler that display
|
@code{call-with-new-thread} using a default error handler that displays
|
||||||
the error to the current error port.
|
the error to the current error port.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue