emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 7df962a637 1/2: * eglot.el (eglot-strict-mode): V


From: ELPA Syncer
Subject: [elpa] externals/eglot 7df962a637 1/2: * eglot.el (eglot-strict-mode): Very minor docfix.
Date: Sat, 15 Jan 2022 13:57:24 -0500 (EST)

branch: externals/eglot
commit 7df962a637749d62a4251bb31f773557ce95c5f0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * eglot.el (eglot-strict-mode): Very minor docfix.
---
 eglot.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eglot.el b/eglot.el
index bf3e54c6b4..bcd67205b5 100644
--- a/eglot.el
+++ b/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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]