From a42beb53d349849bbdb0e6b5b64e0ff0bd1e1c81 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 26 Apr 2006 20:22:57 +0000 Subject: [PATCH] Fixup commenting convention. --- lisp/progmodes/cc-subword.el | 4 ++-- 1 file 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)) -- 2.39.2