summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-06-29 04:37:34 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-06-29 04:37:34 +0000
commit9b77469afd371c561f5c2c2b14714dd485840d3f (patch)
treed222b09c14fe4bfd00b2e06026a33b709b25313d /lisp/emacs-lisp
parent0ffaebf0120ea3851307d3ed2cee1134b7c852fb (diff)
downloademacs-9b77469afd371c561f5c2c2b14714dd485840d3f.tar.gz
Docstring convention fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/cl-macs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 832bc8e2d02..2615a8fdf7c 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -2610,9 +2610,9 @@ surrounded by (block NAME ...).
(if lets (list 'let lets body) body))))
-;;; Compile-time optimizations for some functions defined in this package.
-;;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
-;;; mainly to make sure these macros will be present.
+;; Compile-time optimizations for some functions defined in this package.
+;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
+;; mainly to make sure these macros will be present.
(put 'eql 'byte-compile nil)
(define-compiler-macro eql (&whole form a b)