branch: elpa/eldoc-mouse
commit d0193a64680180913cb9373dfe7761c84bf6cf89
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Fix formatting and clarify README content
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c2bb08f5716..a7c38611137 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@
- 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 or moving cursor away from the current symbol to close the popup.
+- 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 or moving cursor away from the current symbol to close the popup.
+- So far, `eldoc-mouse` works only for GUI Emacs.
## Installation