From: Stefan Kangas Date: Thu, 13 Jan 2022 21:47:36 +0000 (+0100) Subject: ; * eglot.el (eglot-server-initialized-hook): fix punctuation. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f199060ee023bc47f0c4260ca88e9072750ec2b7;p=emacs.git ; * eglot.el (eglot-server-initialized-hook): fix punctuation. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 4e92bf09bf2..b97e3a4e668 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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.