mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
(scm_call_with_new_thread): In docstring, use "( )"
outside @var to quieten makeinfo, and use @code.
This commit is contained in:
parent
c2dfff19f6
commit
7a7b738455
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ create_thread (scm_t_catch_body body, void *body_data,
|
|||
|
||||
SCM_DEFINE (scm_call_with_new_thread, "call-with-new-thread", 2, 0, 0,
|
||||
(SCM thunk, SCM handler),
|
||||
"Evaluate @var{(thunk)} in a new thread, and new dynamic context, "
|
||||
"Evaluate @code{(@var{thunk})} in a new thread, and new dynamic context, "
|
||||
"returning a new thread object representing the thread. "
|
||||
"If an error occurs during evaluation, call error-thunk, passing it an "
|
||||
"error code describing the condition. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue