From 1616da4f26158e66c32e4f9e5f07517a224a451a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 15 Jan 2022 17:35:19 +0100 Subject: [PATCH] * eglot.el (eglot-strict-mode): very minor docfix. --- lisp/progmodes/eglot.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index bf3e54c6b4a..bcd67205b5b 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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)) -- 2.39.5