guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated: Fix typo in append procedure docume


From: Mikael Djurfeldt
Subject: [Guile-commits] branch main updated: Fix typo in append procedure documentation
Date: Wed, 05 Apr 2023 14:32:05 -0400

This is an automated email from the git hooks/post-receive script.

mdj pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 1ae50a7f8 Fix typo in append procedure documentation
1ae50a7f8 is described below

commit 1ae50a7f80654f04d93d900e17f3160205700a75
Author: Jorge Gomez <jgart@dismail.de>
AuthorDate: Wed Apr 5 20:30:11 2023 +0200

    Fix typo in append procedure documentation
    
    Fixes <https://bugs.gnu.org/62456>.
    
    Signed-off-by: Mikael Djurfeldt <mikael@djurfeldt.com>
---
 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"



reply via email to

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