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 /test/lisp/progmodes/python-tests.el | |
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 'test/lisp/progmodes/python-tests.el')
-rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 65a60b4c32c..f57150c397e 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -3554,7 +3554,7 @@ def foo(): ;;; Code check -;;; Eldoc +;;; ElDoc (ert-deftest python-eldoc--get-symbol-at-point-1 () "Test paren handling." |