diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-03-23 16:14:47 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-03-23 16:14:47 +0000 |
commit | a17bb5fdc22fae3b19c08ebd1becdf63fc929f17 (patch) | |
tree | 094a5330469fe5311855db37648f6fb3bd4e168e /libguile/strop.c | |
parent | 028321d47378ba8a1765acc4395cf5e9bb7d6155 (diff) | |
download | guile-a17bb5fdc22fae3b19c08ebd1becdf63fc929f17.tar.gz |
* Fix docstring typos.
Diffstat (limited to 'libguile/strop.c')
-rw-r--r-- | libguile/strop.c | 3 |
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" |