diff options
author | Andy Wingo <wingo@pobox.com> | 2012-01-10 00:41:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-01-10 00:41:42 +0100 |
commit | 91ee7515da0bad91330ce5c87b250d6cf12a2789 (patch) | |
tree | ce023c92c0d9bf895c1265b107b270c35ba59b94 /doc/maint/guile.texi | |
parent | 0bdd43515eb3c62839512181cf33e5aea383e661 (diff) | |
parent | 0e947e1d14597651c5762a4209225c472bdaef45 (diff) | |
download | guile-91ee7515da0bad91330ce5c87b250d6cf12a2789.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
libguile/__scm.h
libguile/array-map.c
libguile/procprop.c
libguile/tags.h
module/ice-9/deprecated.scm
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
test-suite/standalone/test-num2integral.c
test-suite/tests/regexp.test
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 |