1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typo in append procedure documentation

Fixes <https://bugs.gnu.org/62456>.

Signed-off-by: Mikael Djurfeldt <mikael@djurfeldt.com>
This commit is contained in:
Jorge Gomez 2023-04-05 20:30:11 +02:00 committed by Mikael Djurfeldt
parent e9c8ca341b
commit 1ae50a7f80

View file

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