summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-07-10 15:22:27 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-07-10 15:22:27 +0100
commit6290850dac130521551913ce78671fcccfe5c0f3 (patch)
tree03e2261caaec9d511d51636aa766306f64e9d9b8 /etc
parent136e9311896030442735d7527514e3801da09c25 (diff)
downloademacs-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')
-rw-r--r--etc/NEWS.222
-rw-r--r--etc/NEWS.232
2 files changed, 2 insertions, 2 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.
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 9a49a7d4fcc..331ed281a37 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -1779,7 +1779,7 @@ to update it to the new VC.
If `default-directory' is a remote file name, subprocesses are started
on the corresponding remote system.
-*** Eldoc highlights the function argument under point
+*** ElDoc highlights the function argument under point
with the face `eldoc-highlight-function-argument'.
*** In Etags, the --members option is now the default.