summaryrefslogtreecommitdiff
path: root/libguile/strop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/strop.c')
-rw-r--r--libguile/strop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/strop.c b/libguile/strop.c
index a7f2911ba..756478f08 100644
--- a/libguile/strop.c
+++ b/libguile/strop.c
@@ -104,7 +104,8 @@ SCM_DEFINE (scm_string_index, "string-index", 2, 2, 0,
"@var{str}. The optional integer arguments @var{frm} and\n"
"@var{to} limit the search to a portion of the string. This\n"
"procedure essentially implements the @code{index} or\n"
- "@code{strchr} functions from the C library.\n (qdocs:) Returns\n"
+ "@code{strchr} functions from the C library.\n\n"
+ "(qdocs:) Returns\n"
"the index of @var{char} in @var{str}, or @code{#f} if the\n"
"@var{char} isn't in @var{str}. If @var{frm} is given and not\n"
"@code{#f}, it is used as the starting index; if @var{to} is\n"