mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Look for ElDoc buffer in all visible frames
* lisp/emacs-lisp/eldoc.el (eldoc--echo-area-prefer-doc-buffer-p): Look for a window displaying the ElDoc documentation buffer in all visible frames, as promised by the user option eldoc-echo-area-prefer-doc-buffer (bug#48278).
This commit is contained in:
parent
304a3b9ee8
commit
33c0994c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ documentation to potentially appear in the echo are is truncated."
|
|||
(and truncatedp
|
||||
(eq eldoc-echo-area-prefer-doc-buffer
|
||||
'maybe)))
|
||||
(get-buffer-window eldoc--doc-buffer)))
|
||||
(get-buffer-window eldoc--doc-buffer 'visible)))
|
||||
|
||||
(defun eldoc-display-in-echo-area (docs _interactive)
|
||||
"Display DOCS in echo area.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue