diff options
author | Glenn Morris <rgm@gnu.org> | 2020-07-11 09:25:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-07-11 09:25:04 -0700 |
commit | 398a2680616112675afe26478706a3cea9e76158 (patch) | |
tree | 24751dcc7238b3b65612f670569f10484f1d9fcd /test/lisp/progmodes/python-tests.el | |
parent | 6cc35829e4772479abed1f46f0c51daa24d070e0 (diff) | |
parent | c04b92104c2bc4c1a719e06fbe11045a204c36a0 (diff) | |
download | emacs-398a2680616112675afe26478706a3cea9e76158.tar.gz emacs-398a2680616112675afe26478706a3cea9e76158.tar.bz2 emacs-398a2680616112675afe26478706a3cea9e76158.zip |
Merge from origin/emacs-27
c04b92104c Add commentary in gtkutil.c
6290850dac Consistently stylize eldoc as ElDoc in prose
136e931189 Improve documentation of "C-u C-x ="
1f52771fd3 Mention floating rounding issues
c892ae65b4 Repair global-auto-revert-ignore-modes (bug#42271)
3a446a02fb ; * src/xdisp.c (decode_mode_spec): Fix commentary.
79f381b4a6 One more improvement of left/right-fringe display spec docs
1279bdb072 Another clarification of left/right-fringe display spec
# Conflicts:
# doc/emacs/programs.texi
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 60cd6ea996e..6b3e63653be 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -3553,7 +3553,7 @@ def foo(): ;;; Code check -;;; Eldoc +;;; ElDoc (ert-deftest python-eldoc--get-symbol-at-point-1 () "Test paren handling." |