branch: elpa/eldoc-mouse
commit 10bdc47395c6a877c0508e522de30837d1a1c22b
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 80c96aaa17d..2ecbd1e8f57 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 - Support moving mouse to the popup by move mouse on it and click.
 - Automatically hide the popup when mouse moved away from the symbol, also 
supoort pressing `C-g` to hide the popup.
 - Avoids spamming the LSP server by debouncing hover events.
-- Works in `prog-mode` buffers to show documentation for the symbol under the 
mouse point.
+- Works in eglot managed buffers to show documentation for the symbol under 
the mouse point.
 - Removed the unnecessary signatures from the document to make doucment more 
clear.
 - Still keep highlighting the symbol under the cursor.
 - An interactive command to pop up document at cursor 
`eldoc-mouse-pop-doc-at-cursor`, this is helpful when you don't bother to move 
mouse, but want to check document. I bind it to key sequence `F1 F1`, press 
Ctrl-G to close the popup. 

Reply via email to