Skip to content

Commit

Permalink
Remove unbalanced parenthesis and double-quote in comments (#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgiquel authored Sep 23, 2023
1 parent 1f5afbd commit c7b3d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7b3d1c

Please sign in to comment.