diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2000-09-22 13:40:12 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2000-09-22 13:40:12 +0000 |
commit | 1bee0e70ca1609dee342cec0c0bc304098faf983 (patch) | |
tree | be49b8f56b3a0589e94d2e089d1cbd1150dc05aa /libguile/root.c | |
parent | f7b0a8d1c62a9aa839a0d4458b4045528e57dda9 (diff) | |
download | guile-1bee0e70ca1609dee342cec0c0bc304098faf983.tar.gz |
* Fix docstring texinfo warnings.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 2 |
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" |