summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.32
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index e7831a37aac..17f18c0fad3 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -38322,7 +38322,7 @@
Automatically detect whether .h file is C or C++
* lisp/progmodes/cc-mode.el (c-or-c++-mode): A new function which
- analyses contents of the buffer to determine whether it looks like C++
+ analyzes contents of the buffer to determine whether it looks like C++
source code and based on that enables c-mode or c++-mode.
(c-or-c++-mode--regexp): Regular expression which, when matches
a buffer, signals file is C++.