diff lisp/emacs-lisp/cl-macs.el @ 7942:bc5dccc5375f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 1994 20:04:22 +0000
parents 691a28818487
children ac7375e60931
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el	Fri Jun 17 20:03:18 1994 +0000
+++ b/lisp/emacs-lisp/cl-macs.el	Fri Jun 17 20:04:22 1994 +0000
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
@@ -43,7 +43,7 @@
 ;; See cl.el for Change Log.
 
 
-;; Code:
+;;; Code:
 
 (or (memq 'cl-19 features)
     (error "Tried to load `cl-macs' before `cl'!"))