diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:07:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:07:11 +0000 |
commit | 0138efd4b32f2209944704e627e514274e1c1e20 (patch) | |
tree | 6a8458ca8d9d0a13aaef30a8b6df084f3bc0fd0c /lisp/emacs-lisp/cl-specs.el | |
parent | 9b9a412286efca8257d18175941b6370115445d6 (diff) | |
download | emacs-0138efd4b32f2209944704e627e514274e1c1e20.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/cl-specs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-specs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index d2d55204ef2..dc8ebef69d5 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el @@ -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]. |