Mercurial > emacs
changeset 101688:2af7c063ac90
# Fix a typo.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Fri, 30 Jan 2009 21:24:22 +0000 |
parents | 40c1392cc4d6 |
children | 697627d7beda |
files | lisp/progmodes/cc-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el Fri Jan 30 21:23:53 2009 +0000 +++ b/lisp/progmodes/cc-mode.el Fri Jan 30 21:24:22 2009 +0000 @@ -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