* Removed outdated comment.
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 28 Nov 2000 18:22:23 +0000 (18:22 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 28 Nov 2000 18:22:23 +0000 (18:22 +0000)
libguile/ChangeLog
libguile/strop.c

index f45b998..34c76e8 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-28  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * strop.c (scm_i_index):  Removed outdated comment.
+
 2000-11-28  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * struct.c (scm_struct_ref, scm_struct_set_x), symbols.c
index ce6beeb..fd78a9f 100644 (file)
@@ -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