tag: 1.2
commit 5707785c9f295ea0e41ae7402066fd945d4baae4
Author: Michał K <[email protected]>
Commit: João Távora <[email protected]>
* eglot.el (eglot-cquery): Capitalize docstring.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 7f0e91d..9e16d43 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1661,7 +1661,7 @@ If SKIP-SIGNATURE, don't try to send
textDocument/signatureHelp."
;;; cquery-specific
;;;
(defclass eglot-cquery (eglot-lsp-server) ()
- :documentation "cquery's C/C++ langserver.")
+ :documentation "Cquery's C/C++ langserver.")
(cl-defmethod eglot-initialization-options ((server eglot-cquery))
"Passes through required cquery initialization options"