aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2017-11-19 00:19:51 -0800
committerPaul Eggert2017-11-19 00:21:09 -0800
commitb2518ac7501810b49e078e55c07bf6740c27dec4 (patch)
tree1c04f5b0d469d991e6b32d60954c742ca89ff524 /etc
parent18b235941109ab9e7a405cbe950886c97e897e11 (diff)
downloademacs-b2518ac7501810b49e078e55c07bf6740c27dec4.tar.gz
emacs-b2518ac7501810b49e078e55c07bf6740c27dec4.zip
Spelling fixes
* lisp/help-fns.el (help-fns--analyze-function): Rename from help-fns--analyse-function. All uses changed.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f79c2cbc8ea..6da4ab93b13 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1155,9 +1155,8 @@ branch-related commands on a keymap bound to 'B'.
1155 1155
1156--- 1156---
1157*** Opening a .h file will turn C or C++ mode depending on language used. 1157*** Opening a .h file will turn C or C++ mode depending on language used.
1158This is done with the help of 'c-or-c++-mode' function which analyses 1158This is done with the help of the 'c-or-c++-mode' function, which
1159contents of the buffer to determine whether it's a C or C++ source 1159analyzes buffer contents to infer whether it's a C or C++ source file.
1160file.
1161 1160
1162--- 1161---
1163** New option 'cpp-message-min-time-interval' to allow user control 1162** New option 'cpp-message-min-time-interval' to allow user control