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

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

[elpa] 1.2 5707785 024/101: * eglot.el (eglot-cquery): Capitalize docstr


From: Christian Johansson
Subject: [elpa] 1.2 5707785 024/101: * eglot.el (eglot-cquery): Capitalize docstring.
Date: Thu, 29 Apr 2021 15:08:53 -0400 (EDT)

tag: 1.2
commit 5707785c9f295ea0e41ae7402066fd945d4baae4
Author: Michał K <k.michal@zoho.com>
Commit: João Távora <joaotavora@gmail.com>

    * 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"



reply via email to

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