]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/eglot.texi (Top): Fix markup/typo.
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 20 Oct 2022 21:40:55 +0000 (00:40 +0300)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 20 Oct 2022 21:54:31 +0000 (00:54 +0300)
doc/misc/eglot.texi

index 033464f99098d97b6dbb11cf5b101aeb6fd7b09c..0d82239c58e8d2341f73a9051db059b97a16ab25 100644 (file)
@@ -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