diff --git a/THANKS b/THANKS index a4fad6e08..77eef9175 100644 --- a/THANKS +++ b/THANKS @@ -115,6 +115,7 @@ For fixes or providing information which led to a fix: Ales Hvezda Arun Isaac Stefan Israelsson Tampe + Andrey Ivanov Peter Ivanyi Wolfgang Jaehrling Aubrey Jaffer 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"