diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-07-10 15:22:27 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-07-10 15:22:27 +0100 |
commit | 6290850dac130521551913ce78671fcccfe5c0f3 (patch) | |
tree | 03e2261caaec9d511d51636aa766306f64e9d9b8 /etc/NEWS.22 | |
parent | 136e9311896030442735d7527514e3801da09c25 (diff) | |
download | emacs-6290850dac130521551913ce78671fcccfe5c0f3.tar.gz emacs-6290850dac130521551913ce78671fcccfe5c0f3.tar.bz2 emacs-6290850dac130521551913ce78671fcccfe5c0f3.zip |
Consistently stylize eldoc as ElDoc in prose
* doc/emacs/custom.texi (Specifying File Variables):
* doc/emacs/modes.texi (Major Modes):
* doc/emacs/programs.texi (Lisp Doc):
* etc/NEWS.22:
* etc/NEWS.23:
* lisp/progmodes/python.el:
(python-eldoc-function):
* test/lisp/progmodes/python-tests.el: Consistently capitalize eldoc
as ElDoc rather than Eldoc.
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 548a73a0be9..4df1792fbc7 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -5239,7 +5239,7 @@ has no effect on systems with case-insensitive file names. hooks. `run-mode-hooks' does this automatically. *** Major modes can define `eldoc-documentation-function' -locally to provide Eldoc functionality by some method appropriate to +locally to provide ElDoc functionality by some method appropriate to the language. *** Use the new function `run-mode-hooks' to run the major mode's mode hook. |