# HG changeset patch # User Stefan Monnier # Date 1146082977 0 # Node ID ad23aa667a59f2449f88065fe7cb64e6d9bc2b11 # Parent 1be7d556ba695b481312bc5f1522a93f7d18b41c Fixup commenting convention. diff -r 1be7d556ba69 -r ad23aa667a59 lisp/progmodes/cc-subword.el --- 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))