]> git.eshelyaron.com Git - emacs.git/commit
Eldoc: fix bug recently introduced in "old" protocol
authorJoão Távora <joaotavora@gmail.com>
Fri, 24 Mar 2023 14:34:05 +0000 (14:34 +0000)
committerJoão Távora <joaotavora@gmail.com>
Fri, 24 Mar 2023 15:08:50 +0000 (15:08 +0000)
commit541eec259be19464f855f852f99df4f995a380cc
tree8932df35d19c3856ef14061730c8e03ae46d3881
parent4566a0c6b825a18e6c065da0543b8b942b7db8df
Eldoc: fix bug recently introduced in "old" protocol

In the "old" protocol, eldoc-documentation-strategy is actually used
as the deprecated eldoc-documentation-function and it is itself the
"origin" of the doc snippet to be displayed.

* lisp/emacs-lisp/eldoc.el (eldoc--invoke-strategy): Fix.
lisp/emacs-lisp/eldoc.el