mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
doc: clarify wording for :INITIAL-BINDINGS in MAKE-PROCESS
This commit is contained in:
parent
b1605eaeae
commit
71763174ef
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ set to @var{name} and no function to run. See also
|
|||
|
||||
If @var{initial-bindings} is false, the new process inherits local
|
||||
bindings to special variables (i.e. binding a special variable with
|
||||
@code{let} or @code{let*}) from the current thread, otherwise the new
|
||||
thread possesses no local bindings.
|
||||
@code{let} or @code{let*}) from the thread that enables it, otherwise
|
||||
the new thread initially possesses no local bindings.
|
||||
@end defun
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue