]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (eglot-strict-mode): very minor docfix.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 15 Jan 2022 16:35:19 +0000 (17:35 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 15 Jan 2022 16:35:43 +0000 (17:35 +0100)
lisp/progmodes/eglot.el

index bf3e54c6b4a59b47f112b06757dca02223258bbb..bcd67205b5b136cbd57ba5781d89caef2b7a5724 100644 (file)
@@ -437,8 +437,7 @@ happens at run-time.  At compile-time, a warning is raised if a
 destructuring spec doesn't use all optional fields.
 
 If the symbol `disallow-unknown-methods' is present, Eglot warns
-on unknown notifications and errors on unknown requests.
-"))
+on unknown notifications and errors on unknown requests."))
 
 (defun eglot--plist-keys (plist)
   (cl-loop for (k _v) on plist by #'cddr collect k))