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

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

[elpa] externals/eglot 6b14711 18/62: * eglot.el (eglot-client-capabilit


From: Stefan Monnier
Subject: [elpa] externals/eglot 6b14711 18/62: * eglot.el (eglot-client-capabilities): Fix a typo.
Date: Sat, 29 Sep 2018 17:13:30 -0400 (EDT)

branch: externals/eglot
commit 6b1471173d29d0a7e99b27f5ace785160b284bb0
Author: mkcms <address@hidden>
Commit: João Távora <address@hidden>

    * eglot.el (eglot-client-capabilities): Fix a typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index f0a4b71..f590313 100644
--- a/eglot.el
+++ b/eglot.el
@@ -167,7 +167,7 @@ lasted more than that many seconds."
                         :applyEdit t
                         :executeCommand `(:dynamicRegistration :json-false)
                         :workspaceEdit `(:documentChanges :json-false)
-                        :didChangeWatchesFiles `(:dynamicRegistration t)
+                        :didChangeWatchedFiles `(:dynamicRegistration t)
                         :symbol `(:dynamicRegistration :json-false))
             :textDocument
             (list



reply via email to

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