GNU bug report logs - #62456
[PATCH] Fix typo.

Previous Next

Package: guile;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 26 Mar 2023 08:58:01 UTC

Severity: normal

Tags: patch

Done: Mikael Djurfeldt <mikael <at> djurfeldt.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62456 in the body.
You can then email your comments to 62456 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#62456; Package guile. (Sun, 26 Mar 2023 08:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 26 Mar 2023 08:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: bug-guile <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
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





Reply sent to mikael <at> djurfeldt.com:
You have taken responsibility. (Wed, 05 Apr 2023 18:37:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Wed, 05 Apr 2023 18:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 62456-done <at> debbugs.gnu.org (full text, mbox):

From: Mikael Djurfeldt <mikael <at> djurfeldt.com>
To: 62456-done <at> debbugs.gnu.org
Cc: Mikael Djurfeldt <mikael <at> djurfeldt.com>, jgart <jgart <at> dismail.de>
Subject: Re: bug#62456: [PATCH] Fix typo.
Date: Wed, 5 Apr 2023 20:36:29 +0200
[Message part 1 (text/plain, inline)]
Fixed in commit 62501-done <at> 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 <at> 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
>
>
>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#62456; Package guile. (Wed, 05 Apr 2023 18:40:02 GMT) Full text and rfc822 format available.

Message #13 received at 62456-done <at> debbugs.gnu.org (full text, mbox):

From: Mikael Djurfeldt <mikael <at> djurfeldt.com>
To: 62456-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: Re: bug#62456: [PATCH] Fix typo.
Date: Wed, 5 Apr 2023 20:38:44 +0200
[Message part 1 (text/plain, inline)]
Oops...

Fixed in commit 1ae50a7f80654f04d93d900e17f3160205700a75

On Wed, Apr 5, 2023 at 8:36 PM Mikael Djurfeldt <mikael <at> djurfeldt.com>
wrote:

> Fixed in commit 62501-done <at> 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 <at> 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
>>
>>
>>
>>
>>
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 04 May 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 102 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.