aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl-specs.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-05 22:21:28 +0000
committerKarl Heuer <[email protected]>1996-01-05 22:21:28 +0000
commita7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 (patch)
tree9ca09d12c605ce9155e55ad82476c9a6d6ebedcd /lisp/emacs-lisp/cl-specs.el
parent60d0378e485ded218121a8b8d6ce582e47882fac (diff)
Comment fixes.
Diffstat (limited to 'lisp/emacs-lisp/cl-specs.el')
-rw-r--r--lisp/emacs-lisp/cl-specs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index 9bb79ea79a..06c29a97ec 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -7,7 +7,7 @@
;; LCD Archive Entry:
;; cl-specs.el|Daniel LaLiberte|[email protected]
;; |Edebug specs for cl.el
-;; |$Date: 1995/04/19 00:47:42 $|1.1|
+;; |$Date: 1995/10/30 16:51:55 $|1.1|
;; This file is part of GNU Emacs.
@@ -30,7 +30,7 @@
;; These specs are to be used with edebug.el version 3.3 or later and
;; cl.el version 2.03 or later, by Dave Gillespie <[email protected]>.
-;; This file need not be byte-compiled, but it shouldnt hurt.
+;; This file need not be byte-compiled, but it shouldn't hurt.
(provide 'cl-specs)
;; Do the above provide before the following require.
@@ -412,7 +412,7 @@
(def-edebug-spec loop-initial-final
(&or ["initially"
- ;; [&optional &or "do" "doing"] ;; CLtL2 doesnt allow this.
+ ;; [&optional &or "do" "doing"] ;; CLtL2 doesn't allow this.
&rest loop-non-atomic-expr]
["finally" &or
[[&optional &or "do" "doing"] &rest loop-non-atomic-expr]