summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-19 00:19:51 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-19 00:21:09 -0800
commitb2518ac7501810b49e078e55c07bf6740c27dec4 (patch)
tree1c04f5b0d469d991e6b32d60954c742ca89ff524 /ChangeLog.3
parent18b235941109ab9e7a405cbe950886c97e897e11 (diff)
downloademacs-b2518ac7501810b49e078e55c07bf6740c27dec4.tar.gz
Spelling fixes
* lisp/help-fns.el (help-fns--analyze-function): Rename from help-fns--analyse-function. All uses changed.
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++.