From 1d0d5837391ed945f0fd2ae21c6f63682b0ec582 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 11 Jan 2006 20:59:06 +0000 Subject: [PATCH] doc typo svn: r1806 --- collects/swindle/extra.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/swindle/extra.ss b/collects/swindle/extra.ss index 30a1c4a68d..65bf69d75e 100644 --- a/collects/swindle/extra.ss +++ b/collects/swindle/extra.ss @@ -139,7 +139,7 @@ ;;> symbol-macro that accesses the corresponding slot value of `obj'. ;;> Each `slot' is either an identifier `id' which makes it stand for ;;> `(slot-ref obj 'id)', or `(id slot)' which makes `id' stand for -;;> `(slot-ref obj 'slot)'. +;;> `(slot-ref obj slot)'. (defsubst* (with-slots obj (slot ...) body0 body ...) (process-with-slots obj (slot ...) () body0 body ...))