emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/progmodes cc-mode.el


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs/lisp/progmodes cc-mode.el
Date: Fri, 30 Jan 2009 21:24:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 09/01/30 21:24:23

Modified files:
        lisp/progmodes : cc-mode.el 

Log message:
        # Fix a typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cc-mode.el?cvsroot=emacs&r1=1.82&r2=1.83

Patches:
Index: cc-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-mode.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- cc-mode.el  11 Jan 2009 00:37:07 -0000      1.82
+++ cc-mode.el  30 Jan 2009 21:24:22 -0000      1.83
@@ -1101,8 +1101,8 @@
 ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]