diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-07-14 13:49:34 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-07-14 13:49:34 +0100 |
commit | 36e6019034ab5af18f634644187c75863ef6ca80 (patch) | |
tree | 50f2e3871364852d7d487c563a35754624ba1a29 /lisp/descr-text.el | |
parent | 7b0216fbc0a1051e6f3bee5bf6c2435b2b3a1ddf (diff) | |
download | emacs-36e6019034ab5af18f634644187c75863ef6ca80.tar.gz emacs-36e6019034ab5af18f634644187c75863ef6ca80.tar.bz2 emacs-36e6019034ab5af18f634644187c75863ef6ca80.zip |
Consistently stylize eldoc as ElDoc in more prose
This fixes new occurrences of "Eldoc" since emacs-27.
* doc/lispref/modes.texi (Major Mode Conventions):
* etc/NEWS:
* lisp/descr-text.el (describe-char-eldoc):
* lisp/emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p)
(eldoc-prefer-doc-buffer, eldoc--documentation-strategy-defcustom):
Consistently capitalize eldoc as ElDoc rather than Eldoc in
documentation and commentary.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 6246f59d495..5cbdf444cf9 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -950,7 +950,7 @@ This function can be used as a value of ;; instead of returning a string tailored here for the echo area ;; exclusively, we could call the (now unused) argument ;; _CALLBACK with hints on how to shorten the string if needed, - ;; or with multiple usable strings which Eldoc picks according + ;; or with multiple usable strings which ElDoc picks according ;; to its space contraints. (describe-char-eldoc--format ch |