aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cc-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index fbf234b1d2b..fff1c53c799 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -1101,8 +1101,8 @@ This does not load the font-lock package. Use after
1101;; which could cause it to clobber user settings. Later emacsen have 1101;; which could cause it to clobber user settings. Later emacsen have
1102;; an append option, but it's not safe to use. 1102;; an append option, but it's not safe to use.
1103 1103
1104;; The the extension ".C" is associated to C++ while the lowercase 1104;; The extension ".C" is associated with C++ while the lowercase
1105;; variant goes to C. On case insensitive file systems, this means 1105;; variant goes with C. On case insensitive file systems, this means
1106;; that ".c" files also might open C++ mode if the C++ entry comes 1106;; that ".c" files also might open C++ mode if the C++ entry comes
1107;; first on `auto-mode-alist'. Thus we try to ensure that ".C" comes 1107;; first on `auto-mode-alist'. Thus we try to ensure that ".C" comes
1108;; after ".c", and since `add-to-list' adds the entry first we have to 1108;; after ".c", and since `add-to-list' adds the entry first we have to