diff options
author | Alan Mackenzie <acm@muc.de> | 2009-01-30 21:24:22 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2009-01-30 21:24:22 +0000 |
commit | 38477befdc0478f33d52a543fa3236aab7459329 (patch) | |
tree | 921cc16b2d0941f00356070f6024fe2d6de87438 /lisp/progmodes/cc-mode.el | |
parent | 9a78cf0178ee02ac3d78de4b5b2361e5627a25fa (diff) | |
download | emacs-38477befdc0478f33d52a543fa3236aab7459329.tar.gz |
# Fix a typo.
Diffstat (limited to 'lisp/progmodes/cc-mode.el')
-rw-r--r-- | lisp/progmodes/cc-mode.el | 4 |
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 ;; 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 |