Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'.
authorMark H Weaver <mhw@netris.org>
Mon, 1 Apr 2013 05:21:30 +0000 (01:21 -0400)
committerMark H Weaver <mhw@netris.org>
Mon, 1 Apr 2013 05:21:30 +0000 (01:21 -0400)
* doc/ref/api-data.texi (String Constructors): In definition of
  'string-join', change 'string-infix' -> 'strict-infix'.

* libguile/srfi-13.c (scm_string_join): In docstring, change
  'string-infix' -> 'strict-infix'.

doc/ref/api-data.texi
libguile/srfi-13.c

index 17baed2..0a5a2de 100644 (file)
@@ -3148,7 +3148,7 @@ placed between the strings, and defaults to the symbol
 @item infix
 Insert the separator between list elements.  An empty string
 will produce an empty list.
-@item string-infix
+@item strict-infix
 Like @code{infix}, but will raise an error if given the empty
 list.
 @item suffix
index 97c5a1d..81065da 100644 (file)
@@ -384,7 +384,7 @@ SCM_DEFINE (scm_string_join, "string-join", 1, 2, 0,
            "@item infix\n"
            "Insert the separator between list elements.  An empty string\n"
            "will produce an empty list.\n"
-           "@item string-infix\n"
+           "@item strict-infix\n"
            "Like @code{infix}, but will raise an error if given the empty\n"
            "list.\n"
            "@item suffix\n"