diff lisp/emacs-lisp/cl-specs.el @ 80041:0536275b0f41

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 11:57:56 +0000
parents 78ee6fae0e41
children 1e3a407766b9
line wrap: on
line diff
--- 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].