]> git.eshelyaron.com Git - emacs.git/commitdiff
; * eglot.el (eglot-server-initialized-hook): fix punctuation.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 13 Jan 2022 21:47:36 +0000 (22:47 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 13 Jan 2022 21:47:36 +0000 (22:47 +0100)
lisp/progmodes/eglot.el

index 4e92bf09bf2d4eec8019caabe35b54432ca41f84..b97e3a4e66857926d8c1238f3ab486beeaae678b 100644 (file)
@@ -1046,7 +1046,7 @@ Use current server's or first available Eglot events buffer."
   '()
   "Hook run after a `eglot-lsp-server' instance is created.
 
-That is before a connection was established. Use
+That is before a connection was established.  Use
 `eglot-connect-hook' to hook into when a connection was
 successfully established and the server on the other side has
 received the initializing configuration.