mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
e9c8ca341b
commit
1ae50a7f80
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue