* bug#60780: [PATCH] eglot.texi: Fix a command name
@ 2023-01-13 12:40 Arash Esbati
2023-01-13 13:26 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Arash Esbati @ 2023-01-13 12:40 UTC (permalink / raw)
To: 60780
Hi all,
I think there is a typo in eglot.texi under @node Troubleshooting Eglot:
It talks about
@kbd{M-x eglot-events-server}
which should read
@kbd{M-x eglot-events-buffer}
Hence the following patch:
--8<---------------cut here---------------start------------->8---
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 253bf169ccb..56151b5482f 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -1104,7 +1104,7 @@ Troubleshooting Eglot
reporting Eglot bugs in a way that facilitates their resolution.
When you encounter problems with Eglot, try first using the commands
-@kbd{M-x eglot-events-server} and @kbd{M-x eglot-stderr-buffer}. They
+@kbd{M-x eglot-events-buffer} and @kbd{M-x eglot-stderr-buffer}. They
pop up special buffers that can be used to inspect the communications
between the Eglot and language server. In many cases, this will
indicate the problems or at least provide a hint.
--8<---------------cut here---------------end--------------->8---
Please give me a hint if I should install it or feel free to do it
yourself.
Best, Arash
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-13 13:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 12:40 bug#60780: [PATCH] eglot.texi: Fix a command name Arash Esbati
2023-01-13 13:26 ` Eli Zaretskii
2023-01-13 13:33 ` Arash Esbati
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).