Skip to content

Commit 0d8ce22

Browse files
authored
Merge pull request #113 from dakra/fix-progress-string-docstring
Fix docstring for lsp-java-progress-string
2 parents 1556ac6 + e7db868 commit 0d8ce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The slash is expected at the end."
5252
:type 'string)
5353

5454
(defvar lsp-java-progress-string ""
55-
"Path of the java executable.")
55+
"Java progress status as reported by the language server.")
5656

5757
(defface lsp-java-progress-face
5858
'((t (:inherit 'success)))

0 commit comments

Comments
 (0)