1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Typo in alist-cons.

This commit is contained in:
Kevin Ryde 2005-04-01 23:32:26 +00:00
parent 7d281fa50f
commit ba3e98ccf8

View file

@ -949,7 +949,7 @@ Equivalent to
(cons (cons @var{key} @var{datum}) @var{alist})
@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.
@end deffn