From: Stefan Kangas Date: Sat, 15 Jan 2022 16:35:19 +0000 (+0100) Subject: * eglot.el (eglot-strict-mode): very minor docfix. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1616da4f26158e66c32e4f9e5f07517a224a451a;p=emacs.git * eglot.el (eglot-strict-mode): very minor docfix. --- 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))