Skip to content

Commit e7db868

Browse files
committed
Fix docstring for lsp-java-progress-string
1 parent 1556ac6 commit e7db868

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)