emacs-diffs
[Top][All Lists]
Advanced

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

master 2a84f78419: ; * doc/misc/eglot.texi (Top): Fix markup/typo.


From: Basil L. Contovounesios
Subject: master 2a84f78419: ; * doc/misc/eglot.texi (Top): Fix markup/typo.
Date: Fri, 21 Oct 2022 04:11:19 -0400 (EDT)

branch: master
commit 2a84f78419f67c51724b7e93485eac3e7d8bd680
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; * doc/misc/eglot.texi (Top): Fix markup/typo.
---
 doc/misc/eglot.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 033464f990..0d82239c58 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -72,12 +72,12 @@ Eglot is the Emacs client for the @dfn{Language Server 
Protocol}
 A @dfn{polyglot} is a
 person who is able to use several languages.
 } Eglot provides infrastructure and a set of commands for enriching
-the source code editing capabilities of Emacs via LSP.  LSP is a
+the source code editing capabilities of Emacs via LSP@.  LSP is a
 standardized communications protocol between source code editors (such
 as Emacs) and language servers---programs external to Emacs which
 analyze the source code on behalf of Emacs.  The protocol allows Emacs
 to receive various source code services from the server, such as
-description and location of functions calls, types of variables, class
+description and location of function calls, types of variables, class
 definitions, syntactic errors, etc.  This way, Emacs doesn't need to
 implement the language-specific parsing and analysis capabilities in
 its own code, but is still capable of providing sophisticated editing



reply via email to

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