branch: externals/eglot
commit 0c4daa40c53ede22f964d3f9ac1c20752bf97141
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    Fix #531: mention M-x eldoc as preferred documentation command
    
    * README.md (Commands and keybindings): Mention M-x eldoc.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 607291a..799229a 100644
--- a/README.md
+++ b/README.md
@@ -220,8 +220,8 @@ Here's a summary of available commands:
   variable, or fixing an import. Left click on diagnostics to check if
   there are any there;
 
-- `M-x eglot-help-at-point` asks the server for help for symbol at
-  point.
+- `M-x eldoc` asks the Eldoc system for help at point (this command
+  isn't specific to Eglot, by the way, it works in other contexts).
 
 - `M-x eglot-events-buffer` jumps to the events buffer for debugging
   communication with the server.

Reply via email to