*** empty log message ***

This commit is contained in:
Juanma Barranquero 2008-02-05 12:07:11 +00:00
parent 9b9a412286
commit 0138efd4b3
4 changed files with 4 additions and 4 deletions

View file

@ -323,7 +323,7 @@
;; Below is a complete spec for loop, in several parts that correspond
;; to the syntax given in CLtL2. The specs do more than specify where
;; the forms are; it also specifies, as much as Edebug allows, all the
;; syntactically legal loop clauses. The disadvantage of this
;; syntactically valid loop clauses. The disadvantage of this
;; completeness is rigidity, but the "for ... being" clause allows
;; arbitrary extensions of the form: [symbolp &rest &or symbolp form].