; * doc/misc/eglot.texi (Troubleshooting Eglot): Fix typo (bug#60780).

This commit is contained in:
Arash Esbati 2023-01-13 15:24:25 +02:00 committed by Eli Zaretskii
parent c6bbf9cc27
commit c0578edc8f

View file

@ -1104,7 +1104,7 @@ troubleshoot Eglot problems. It also provides guidelines for
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.