From: Stefan Monnier Date: Wed, 26 Apr 2006 20:22:57 +0000 (+0000) Subject: Fixup commenting convention. X-Git-Tag: emacs-pretest-22.0.90~2938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a42beb53d349849bbdb0e6b5b64e0ff0bd1e1c81;p=emacs.git Fixup commenting convention. --- 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))