summaryrefslogtreecommitdiff
path: root/libguile/strop.c
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-11-28 18:22:23 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-11-28 18:22:23 +0000
commit2b7b76d505397cbe7679d11c7f79c5279ee2a753 (patch)
treef435d0e9ee546cc1f3b1d371e88628ac2b332fc2 /libguile/strop.c
parente51fe79c72be4b40e17fda03ba5dec2a06ae9bea (diff)
downloadguile-2b7b76d505397cbe7679d11c7f79c5279ee2a753.tar.gz
* Removed outdated comment.
Diffstat (limited to 'libguile/strop.c')
-rw-r--r--libguile/strop.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/strop.c b/libguile/strop.c
index ce6beeb01..fd78a9f3f 100644
--- a/libguile/strop.c
+++ b/libguile/strop.c
@@ -44,11 +44,7 @@ xSCM_DEFINE (scm_i_index, "i-index", 2, 2, 0,
"@deftypefn {Internal C Function} {static int} scm_i_index (SCM *@var{str}, \n"
"SCM @var{chr}, int @var{direction}, SCM @var{sub_start}, SCM @var{sub_end}, char *@var{why})
"This is a workhorse function that performs either an @code{index} or\n"
- "@code{rindex} function, depending on the value of @var{direction}. I'm\n"
- "not at all clear on the usage of the pos arguments, though the purpose\n"
- "seems to be correct reporting of which argument values are reporting\n"
- "errors. Why you would do that, rather than just use @code{SCM_ARG[1234]}\n"
- "explicitly is beyond me. Anyone holding any enlightenment?"
+ "@code{rindex} function, depending on the value of @var{direction}."
*/
/* implements index if direction > 0 otherwise rindex. */
static int