diff options
| author | Paul Eggert | 2017-11-19 00:19:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-19 00:21:09 -0800 |
| commit | b2518ac7501810b49e078e55c07bf6740c27dec4 (patch) | |
| tree | 1c04f5b0d469d991e6b32d60954c742ca89ff524 /etc | |
| parent | 18b235941109ab9e7a405cbe950886c97e897e11 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -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. |
| 1158 | This is done with the help of 'c-or-c++-mode' function which analyses | 1158 | This is done with the help of the 'c-or-c++-mode' function, which |
| 1159 | contents of the buffer to determine whether it's a C or C++ source | 1159 | analyzes buffer contents to infer whether it's a C or C++ source file. |
| 1160 | file. | ||
| 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 |