guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/05: doc: Fix composition describing scm_reverse_list_


From: Rob Browning
Subject: [Guile-commits] 01/05: doc: Fix composition describing scm_reverse_list_to_string
Date: Sun, 17 Jan 2021 15:05:55 -0500 (EST)

rlb pushed a commit to branch master
in repository guile.

commit 859cd4eb9bde1a67f1e85aa09b7a18b9d567c47c
Author: Rob Browning <rlb@defaultvalue.org>
AuthorDate: Sat Sep 26 17:26:19 2020 -0500

    doc: Fix composition describing scm_reverse_list_to_string
    
    * 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
---
 THANKS             | 1 +
 libguile/srfi-13.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/THANKS b/THANKS
index a4fad6e..77eef91 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 8015917..0afe4dd 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]