doc typo
svn: r1806
This commit is contained in:
parent
efdc8a6486
commit
1d0d583739
|
@ -139,7 +139,7 @@
|
||||||
;;> symbol-macro that accesses the corresponding slot value of `obj'.
|
;;> symbol-macro that accesses the corresponding slot value of `obj'.
|
||||||
;;> Each `slot' is either an identifier `id' which makes it stand for
|
;;> 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 'id)', or `(id slot)' which makes `id' stand for
|
||||||
;;> `(slot-ref obj 'slot)'.
|
;;> `(slot-ref obj slot)'.
|
||||||
(defsubst* (with-slots obj (slot ...) body0 body ...)
|
(defsubst* (with-slots obj (slot ...) body0 body ...)
|
||||||
(process-with-slots obj (slot ...) () body0 body ...))
|
(process-with-slots obj (slot ...) () body0 body ...))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user