* libguile/srfi-13.c (scm_reverse_list_to_string): Replace string->list
with list->string in the composition explaning how it works. Thanks
to Andrey Ivanov for reporting the problem.
Closes: 34457
Ales Hvezda
Arun Isaac
Stefan Israelsson Tampe
+ Andrey Ivanov
Peter Ivanyi
Wolfgang Jaehrling
Aubrey Jaffer
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"