From c7b3d1c897190ee398b05285aff357b11feafcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Giquel?= Date: Sat, 23 Sep 2023 11:45:35 +0200 Subject: [PATCH] Remove unbalanced parenthesis and double-quote in comments (#4177) --- lsp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-mode.el b/lsp-mode.el index c5f3b6ece5..01da57662b 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -3008,7 +3008,7 @@ and end-of-string meta-characters." ;; `lsp-register-client-capabilities'. It's value is an alist of (PACKAGE-NAME ;; . CAPS), where PACKAGE-NAME is a symbol of the third-party package name, ;; and CAPS is either a plist of the client capabilities, or a function that - ;; takes no argument and returns a plist of the client capabilities or nil.") + ;; takes no argument and returns a plist of the client capabilities or nil. (extra-client-capabilities nil) ;; Workspace status