]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixup commenting convention.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 20:22:57 +0000 (20:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 20:22:57 +0000 (20:22 +0000)
lisp/progmodes/cc-subword.el

index b7ba04ad5900149b32951c5c779efa2f8f23daaf..72227e332908feb81806d3743042a9d65ca86fa4 100644 (file)
@@ -91,8 +91,8 @@
 ;; Don't complain about the `define-minor-mode' form if it isn't defined.
 (cc-bytecomp-defvar c-subword-mode)
 
-;;; Autoload directives must be on the top level, so we construct an
-;;; autoload form instead.
+;; Autoload directives must be on the top level, so we construct an
+;; autoload form instead.
 ;;;###autoload (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
 
 (if (not (fboundp 'define-minor-mode))