]> git.eshelyaron.com Git - emacs.git/commit
Fix off-by-one error in eldoc--handle-docs
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Sep 2020 14:20:05 +0000 (16:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Sep 2020 14:20:05 +0000 (16:20 +0200)
commit73f77558ccd5f0d83af294676eedfce3aa1bb4cb
treeface1437bc0a3a73c17356873f239740b115c415
parent096f5956be3091ac222db8a15b378a9aeb237352
Fix off-by-one error in eldoc--handle-docs

* lisp/emacs-lisp/eldoc.el (eldoc--handle-docs): We have one extra
line to use if we don't show the truncation message (bug#43543).
lisp/emacs-lisp/eldoc.el