From ba3e98ccf8e9786e69a77e8024bd947e3532d158 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 1 Apr 2005 23:32:26 +0000 Subject: [PATCH] Typo in alist-cons. --- doc/ref/srfi-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index ac746d317..1c0bc024e 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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