# HG changeset patch # User Juanma Barranquero # Date 1202212676 0 # Node ID 0536275b0f418169072193669083e831e2b1c4fd # Parent c86cce8752cb472a6f7df024374be2aeea0c72ee *** empty log message *** diff -r c86cce8752cb -r 0536275b0f41 lisp/emacs-lisp/cl-specs.el --- a/lisp/emacs-lisp/cl-specs.el Tue Feb 05 11:51:30 2008 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Tue Feb 05 11:57:56 2008 +0000 @@ -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].