]> git.eshelyaron.com Git - emacs.git/commit
Do not prematurely truncate python eldoc string
authorJames Thomas <jimjoe@gmx.net>
Sat, 22 Jun 2024 12:27:00 +0000 (17:57 +0530)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Jun 2024 05:51:11 +0000 (07:51 +0200)
commit7f9469a2fa73fa92a8779a92d9d8a8ccd78a8206
tree4fba41a8eba65dfc42a37b35fb5d5f453dd29735
parent42c54edaa924aa0d2740635423c23ec275b28f13
Do not prematurely truncate python eldoc string

'eldoc-echo-area-use-multiline-p' is there for that.
* lisp/progmodes/python.el (python-eldoc-setup-code):
Make the change.  (Bug#71720)

* etc/NEWS: Announce the change in behavior.

(cherry picked from commit 6ec77f580ddbff9001abbc47ab2b857df41b3f36)
lisp/progmodes/python.el