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

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

[elpa] externals/eglot 99fd6a4 30/62: * eglot.el (eglot-cquery): Capital


From: Stefan Monnier
Subject: [elpa] externals/eglot 99fd6a4 30/62: * eglot.el (eglot-cquery): Capitalize docstring.
Date: Sat, 29 Sep 2018 17:13:32 -0400 (EDT)

branch: externals/eglot
commit 99fd6a42d25c4f5f603ee31ec3ccb5d2a2a0bf1f
Author: Michał K <address@hidden>
Commit: João Távora <address@hidden>

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