mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
Typo in alist-cons.
This commit is contained in:
parent
7d281fa50f
commit
ba3e98ccf8
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ Equivalent to
|
||||||
(cons (cons @var{key} @var{datum}) @var{alist})
|
(cons (cons @var{key} @var{datum}) @var{alist})
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
This procedure is used to coons a new pair onto an existing
|
This procedure is used to cons a new pair onto an existing
|
||||||
association list.
|
association list.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue