svn: r1806
This commit is contained in:
Eli Barzilay 2006-01-11 20:59:06 +00:00
parent efdc8a6486
commit 1d0d583739

View File

@ -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 ...))