]> git.eshelyaron.com Git - emacs.git/commitdiff
# Fix a typo.
authorAlan Mackenzie <acm@muc.de>
Fri, 30 Jan 2009 21:24:22 +0000 (21:24 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 30 Jan 2009 21:24:22 +0000 (21:24 +0000)
lisp/progmodes/cc-mode.el

index fbf234b1d2bb7170b2c2fcf9e967fb958b0f96e9..fff1c53c7999c90de60012086c7d4fd4bd7ee6db 100644 (file)
@@ -1101,8 +1101,8 @@ This does not load the font-lock package.  Use after
 ;; which could cause it to clobber user settings.  Later emacsen have
 ;; an append option, but it's not safe to use.
 
-;; The the extension ".C" is associated to C++ while the lowercase
-;; variant goes to C.  On case insensitive file systems, this means
+;; The extension ".C" is associated with C++ while the lowercase
+;; variant goes with C.  On case insensitive file systems, this means
 ;; that ".c" files also might open C++ mode if the C++ entry comes
 ;; first on `auto-mode-alist'.  Thus we try to ensure that ".C" comes
 ;; after ".c", and since `add-to-list' adds the entry first we have to