diff options
author | Mark H Weaver <mhw@netris.org> | 2013-04-01 01:21:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-04-01 01:21:30 -0400 |
commit | 3b80c3585221a899c9a6b87e742d267655bb0abc (patch) | |
tree | bc7db61272444a5fe599d072343d5f254a21ebf8 /doc/ref/api-data.texi | |
parent | 47f2bce5ae332c274270882c259776b8e4ea12f7 (diff) | |
download | guile-3b80c3585221a899c9a6b87e742d267655bb0abc.tar.gz |
Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'.
* 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'.
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r-- | doc/ref/api-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 17baed27d..0a5a2de77 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -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 |