From c76c0240dcb4cb1b11f58852c598986f3328d2d7 Mon Sep 17 00:00:00 2001 From: Michal Krzywkowski Date: Fri, 10 Aug 2018 19:13:59 +0200 Subject: [PATCH] * eglot.el (eglot-cquery): capitalize docstring. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 7f0e91dbbc2..9e16d4316e4 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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" -- 2.39.2