emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60780: closed ([PATCH] eglot.texi: Fix a command name)


From: GNU bug Tracking System
Subject: bug#60780: closed ([PATCH] eglot.texi: Fix a command name)
Date: Fri, 13 Jan 2023 13:27:02 +0000

Your message dated Fri, 13 Jan 2023 15:26:07 +0200
with message-id <83cz7ia7m8.fsf@gnu.org>
and subject line Re: bug#60780: [PATCH] eglot.texi: Fix a command name
has caused the debbugs.gnu.org bug report #60780,
regarding [PATCH] eglot.texi: Fix a command name
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60780: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60780
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] eglot.texi: Fix a command name Date: Fri, 13 Jan 2023 13:40:25 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#60780: [PATCH] eglot.texi: Fix a command name Date: Fri, 13 Jan 2023 15:26:07 +0200
> From: Arash Esbati <arash@gnu.org>
> Date: Fri, 13 Jan 2023 13:40:25 +0100
> 
> 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:

Thanks, installed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]