diff options
Diffstat (limited to 'doc/maint/guile.texi')
-rw-r--r-- | doc/maint/guile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/maint/guile.texi b/doc/maint/guile.texi index d521f980b..c0570f24b 100644 --- a/doc/maint/guile.texi +++ b/doc/maint/guile.texi @@ -7132,7 +7132,7 @@ with the strings in the list @var{ls}. @deffn {Scheme Procedure} string-concatenate-reverse/shared ls [final_string [end]] @deffnx {C Function} scm_string_concatenate_reverse_shared (ls, final_string, end) Like @code{string-concatenate-reverse}, but the result may -share memory with the the strings in the @var{ls} arguments. +share memory with the strings in the @var{ls} arguments. @end deffn string-map |