1
Fork 0
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:
Kevin Ryde 2003-07-07 22:00:34 +00:00
parent c2dfff19f6
commit 7a7b738455

View file

@ -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. "