]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/eglot.texi (Eglot Commands): Fix typos (bug#67159).
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Nov 2023 19:14:48 +0000 (21:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Nov 2023 19:14:48 +0000 (21:14 +0200)
Reported by Alfie John <alfie@rustjobs.com>.

doc/misc/eglot.texi

index 3ddbac01ce8931952b2f7ed33d5dd63bcd761d72..e1074bf9f0ef9e777d965a3fd48ecf95147ad890 100644 (file)
@@ -682,12 +682,12 @@ This command reformats the current buffer, in the same manner as
 These commands allow you to invoke the so-called @dfn{code actions}:
 requests for the language server to provide editing commands for
 correcting, refactoring or beautifying your code.  These commands may
-affect more than one visited file belong to the project.
+affect more than one visited file belonging to the project.
 
 The command @code{eglot-code-actions} asks the server if there any
 code actions for any point in the buffer or contained in the active
-region.  If there are, you the choice to execute one of them via the
-minibuffer.
+region.  If there are, you have the choice to execute one of them via
+the minibuffer.
 
 A common use of code actions is fixing the Flymake error diagnostics
 issued by Eglot (@pxref{Top,,, flymake, GNU Flymake manual}).