GNU bug report logs -
#62456
[PATCH] Fix typo.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62456: [PATCH] Fix typo.
which was filed against the guile package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62456 <at> debbugs.gnu.org.
--
62456: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62456
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
---
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
This bug report was last modified 2 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.