unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <bug-guile@gnu.org>
To: 62456@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: bug#62456: [PATCH] Fix typo.
Date: Sun, 26 Mar 2023 03:56:40 -0500	[thread overview]
Message-ID: <20230326085639.6656-1-jgart@dismail.de> (raw)

---
 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	other threads:[~2023-03-26  8:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-26  8:56 jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language [this message]
2023-04-05 18:36 ` bug#62456: [PATCH] Fix typo Mikael Djurfeldt
2023-04-05 18:38   ` Mikael Djurfeldt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230326085639.6656-1-jgart@dismail.de \
    --to=bug-guile@gnu.org \
    --cc=62456@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).