summaryrefslogtreecommitdiff
path: root/test
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 /test
parent136e9311896030442735d7527514e3801da09c25 (diff)
downloademacs-6290850dac130521551913ce78671fcccfe5c0f3.tar.gz
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')
-rw-r--r--test/lisp/progmodes/python-tests.el2
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."