(scm_call_with_new_thread): In docstring, use "( )"
authorKevin Ryde <user42@zip.com.au>
Mon, 7 Jul 2003 22:00:34 +0000 (22:00 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 7 Jul 2003 22:00:34 +0000 (22:00 +0000)
outside @var to quieten makeinfo, and use @code.

libguile/threads.c

index 5be5b82..ba2ed3b 100644 (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. "