From: Michal Krzywkowski Date: Fri, 10 Aug 2018 17:13:59 +0000 (+0200) Subject: * eglot.el (eglot-cquery): capitalize docstring. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c76c0240dcb4cb1b11f58852c598986f3328d2d7;p=emacs.git * eglot.el (eglot-cquery): capitalize docstring. --- 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"