changeset 70239:ad23aa667a59

Fixup commenting convention.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 20:22:57 +0000
parents 1be7d556ba69
children 00c538418054
files lisp/progmodes/cc-subword.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-subword.el	Wed Apr 26 20:21:56 2006 +0000
+++ b/lisp/progmodes/cc-subword.el	Wed Apr 26 20:22:57 2006 +0000
@@ -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))