From ffb62a43dcfe537c3f5773e9d7b2f8a46fdb9b47 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 7 Feb 2011 00:29:51 +0100 Subject: fix typos in the manual bits generated from source comments. * libguile/bitvectors.c, libguile/chars.c, libguile/deprecated.c, libguile/numbers.c, libguile/random.c, libguile/read.c, libguile/root.c, libguile/srfi-1.c, libguile/srfi-13.c, libguile/srfi-14.c, libguile/uniform.c: Fix typos, add missing newlines. --- libguile/root.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libguile/root.c') diff --git a/libguile/root.c b/libguile/root.c index d35d8e89e..8c8fd1aa5 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -155,9 +155,9 @@ 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), - "Call @var{thunk} with a new dynamic state and within" - "a continuation barrier. The @var{handler} catches all" - "otherwise uncaught throws and executes within the same" + "Call @var{thunk} with a new dynamic state and within\n" + "a continuation barrier. The @var{handler} catches all\n" + "otherwise uncaught throws and executes within the same\n" "dynamic context as @var{thunk}.") #define FUNC_NAME s_scm_call_with_dynamic_root { -- cgit v1.2.3