summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-04-26 20:22:57 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-04-26 20:22:57 +0000
commit8870d66676d21e6118eeffb9b0a09c13f3766036 (patch)
tree690744690214a415ebdbc6a49ca97eade9f5b3ea
parentb3ac7afe556d8b44e34a0f87b32cbf4ebcf48fe0 (diff)
downloademacs-8870d66676d21e6118eeffb9b0a09c13f3766036.tar.gz
Fixup commenting convention.
-rw-r--r--lisp/progmodes/cc-subword.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-subword.el b/lisp/progmodes/cc-subword.el
index b7ba04ad590..72227e33290 100644
--- a/lisp/progmodes/cc-subword.el
+++ b/lisp/progmodes/cc-subword.el
@@ -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))