emacs-diffs
[Top][All Lists]
Advanced

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

feature/eglot2emacs 1616da4f26 030/120: * eglot.el (eglot-strict-mode):


From: João Távora
Subject: feature/eglot2emacs 1616da4f26 030/120: * eglot.el (eglot-strict-mode): very minor docfix.
Date: Thu, 20 Oct 2022 07:16:47 -0400 (EDT)

branch: feature/eglot2emacs
commit 1616da4f26158e66c32e4f9e5f07517a224a451a
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * 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 bf3e54c6b4..bcd67205b5 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))



reply via email to

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