emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62456: closed ([PATCH] Fix typo.)


From: GNU bug Tracking System
Subject: bug#62456: closed ([PATCH] Fix typo.)
Date: Wed, 05 Apr 2023 18:37:02 +0000

Your message dated Wed, 5 Apr 2023 20:36:29 +0200
with message-id 
<CAA2XvwJsyPa2xS=TpVeAkeqwsSp5ck-xJrHuwEgMOyu23yzgPg@mail.gmail.com>
and subject line Re: bug#62456: [PATCH] Fix typo.
has caused the debbugs.gnu.org bug report #62456,
regarding [PATCH] Fix typo.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62456: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62456
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Fix typo. Date: Sun, 26 Mar 2023 03:56:40 -0500
---
 libguile/list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/list.c b/libguile/list.c
index 82aab8a5d..cd05e77b8 100644
--- a/libguile/list.c
+++ b/libguile/list.c
@@ -224,7 +224,7 @@ SCM_DEFINE (scm_length, "length", 1, 0, 0,
 
 SCM_DEFINE (scm_append, "append", 0, 0, 1, 
             (SCM args),
-           "Return a list consisting of the elements the lists passed as\n"
+           "Return a list consisting of the elements of the lists passed as\n"
            "arguments.\n"
            "@lisp\n"
            "(append '(x) '(y))          @result{}  (x y)\n"
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#62456: [PATCH] Fix typo. Date: Wed, 5 Apr 2023 20:36:29 +0200
Fixed in commit 62501-done@debbugs.gnu.org

On Sun, Mar 26, 2023 at 10:58 AM jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language <bug-guile@gnu.org> wrote:
---
 libguile/list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/list.c b/libguile/list.c
index 82aab8a5d..cd05e77b8 100644
--- a/libguile/list.c
+++ b/libguile/list.c
@@ -224,7 +224,7 @@ SCM_DEFINE (scm_length, "length", 1, 0, 0,

 SCM_DEFINE (scm_append, "append", 0, 0, 1,
             (SCM args),
-           "Return a list consisting of the elements the lists passed as\n"
+           "Return a list consisting of the elements of the lists passed as\n"
            "arguments.\n"
            "@lisp\n"
            "(append '(x) '(y))          @result{}  (x y)\n"
--
2.39.2





--- End Message ---

reply via email to

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