summaryrefslogtreecommitdiff
path: root/libguile/srfi-13.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/srfi-13.c')
-rw-r--r--libguile/srfi-13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/srfi-13.c b/libguile/srfi-13.c
index 801591775..0afe4dd31 100644
--- a/libguile/srfi-13.c
+++ b/libguile/srfi-13.c
@@ -330,7 +330,7 @@ scm_string_to_list (SCM str)
SCM_DEFINE (scm_reverse_list_to_string, "reverse-list->string", 1, 0, 0,
(SCM chrs),
- "An efficient implementation of @code{(compose string->list\n"
+ "An efficient implementation of @code{(compose list->string\n"
"reverse)}:\n"
"\n"
"@smalllisp\n"