changeset 81665:17587ebad101

Docstring convention fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 29 Jun 2007 04:36:56 +0000
parents 7ef84bc04072
children 5b21f07d3106
files lisp/emacs-lisp/cl-macs.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el	Fri Jun 29 04:29:43 2007 +0000
+++ b/lisp/emacs-lisp/cl-macs.el	Fri Jun 29 04:36:56 2007 +0000
@@ -2610,9 +2610,9 @@
       (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)