diff options
author | Mark H Weaver <mhw@netris.org> | 2013-04-01 05:42:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-04-01 05:42:31 -0400 |
commit | 1e051065628a7f1bd4398fcc11cd181f86084629 (patch) | |
tree | ed3b51a07d5c4625ff1eb771eeb1a5e5279900d6 /doc/ref/api-data.texi | |
parent | 86cf4773ff94a128247d484e6d69786869f41ebc (diff) | |
parent | de2bc673bba931a70e3b96336cab6512a47541fe (diff) | |
download | guile-1e051065628a7f1bd4398fcc11cd181f86084629.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
libguile/r6rs-ports.c
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 ac778b9de..e3c94e215 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 |