From 37775eb6a7cb467451f692034630b504c46ddceb Mon Sep 17 00:00:00 2001 From: Vladimir Sedach Date: Tue, 15 Oct 2019 21:12:38 -0700 Subject: [PATCH] In reference manual, MAP-UNTIL should be MAP-INTO Thanks to Daniel Lowe for the bug report --- docs/reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.html b/docs/reference.html index da2e6f1..571b713 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -1558,7 +1558,7 @@ someDiv.offsetLeft;

MAP differs from its Common Lisp counterpart by virtue of being a MAPCAR that only accepts a single - sequence to map over. MAP-UNTIL is + sequence to map over. MAP-INTO is like MAP but replaces the contents of the given array in-place.

-- 2.11.4.GIT