summaryrefslogtreecommitdiff
path: root/libguile/root.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2000-09-22 13:40:12 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2000-09-22 13:40:12 +0000
commit1bee0e70ca1609dee342cec0c0bc304098faf983 (patch)
treebe49b8f56b3a0589e94d2e089d1cbd1150dc05aa /libguile/root.c
parentf7b0a8d1c62a9aa839a0d4458b4045528e57dda9 (diff)
downloadguile-1bee0e70ca1609dee342cec0c0bc304098faf983.tar.gz
* Fix docstring texinfo warnings.
Diffstat (limited to 'libguile/root.c')
-rw-r--r--libguile/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/root.c b/libguile/root.c
index 0a8c7a92d..58fcf75d3 100644
--- a/libguile/root.c
+++ b/libguile/root.c
@@ -335,7 +335,7 @@ cwdr (SCM proc, SCM a1, SCM args, SCM handler, SCM_STACKITEM *stack_start)
SCM_DEFINE (scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0,
(SCM thunk, SCM handler),
- "Evaluate @var{(thunk)} in a new dynamic context, returning its value.\n\n"
+ "Evaluate @code{(thunk)} in a new dynamic context, returning its value.\n\n"
"If an error occurs during evaluation, apply @var{handler} to the\n"
"arguments to the throw, just as @code{throw} would. If this happens,\n"
"@var{handler} is called outside the scope of the new root -- it is\n"