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 /doc/emacs/modes.texi | |
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 'doc/emacs/modes.texi')
-rw-r--r-- | doc/emacs/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index c1420ea13ff..c9c175d51e8 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -126,7 +126,7 @@ see which mode is actually being entered. Mode hooks are commonly used to enable minor modes (@pxref{Minor Modes}). For example, you can put the following lines in your init file to enable Flyspell minor mode in all text-based major modes -(@pxref{Spelling}), and Eldoc minor mode in Emacs Lisp mode +(@pxref{Spelling}), and ElDoc minor mode in Emacs Lisp mode (@pxref{Lisp Doc}): @example |