unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#62456: [PATCH] Fix typo.
@ 2023-03-26  8:56 jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  2023-04-05 18:36 ` Mikael Djurfeldt
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2023-03-26  8:56 UTC (permalink / raw)
  To: 62456; +Cc: jgart

---
 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62456: [PATCH] Fix typo.
  2023-03-26  8:56 bug#62456: [PATCH] Fix typo jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2023-04-05 18:36 ` Mikael Djurfeldt
  2023-04-05 18:38   ` Mikael Djurfeldt
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Djurfeldt @ 2023-04-05 18:36 UTC (permalink / raw)
  To: 62456-done; +Cc: Mikael Djurfeldt, jgart

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

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
>
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1404 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#62456: [PATCH] Fix typo.
  2023-04-05 18:36 ` Mikael Djurfeldt
@ 2023-04-05 18:38   ` Mikael Djurfeldt
  0 siblings, 0 replies; 3+ messages in thread
From: Mikael Djurfeldt @ 2023-04-05 18:38 UTC (permalink / raw)
  To: 62456-done; +Cc: jgart

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]

Oops...

Fixed in commit 1ae50a7f80654f04d93d900e17f3160205700a75

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

> 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
>>
>>
>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 1882 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-05 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  8:56 bug#62456: [PATCH] Fix typo jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2023-04-05 18:36 ` Mikael Djurfeldt
2023-04-05 18:38   ` Mikael Djurfeldt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).