summaryrefslogtreecommitdiff
path: root/libguile/strop.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-03-23 16:14:47 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-03-23 16:14:47 +0000
commita17bb5fdc22fae3b19c08ebd1becdf63fc929f17 (patch)
tree094a5330469fe5311855db37648f6fb3bd4e168e /libguile/strop.c
parent028321d47378ba8a1765acc4395cf5e9bb7d6155 (diff)
downloadguile-a17bb5fdc22fae3b19c08ebd1becdf63fc929f17.tar.gz
* Fix docstring typos.
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"