From 2af1204cd25e940e86d977608cc7643a40e9916f Mon Sep 17 00:00:00 2001 From: zbelial Date: Sat, 15 Jan 2022 12:43:21 +0800 Subject: [PATCH] * eglot.el (eglot-eclipse-jdt-vmargs): modify docstring. --- eglot.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eglot.el b/eglot.el index d68679c2..ed2a575a 100644 --- a/eglot.el +++ b/eglot.el @@ -3006,10 +3006,10 @@ If NOERROR, return predicate, else erroring function." ;;; eclipse-jdt-specific ;;; (defcustom eglot-eclipse-jdt-vmargs '() - "Specifies extra VM arguments used to launch the Java Language Server. + "Configure Java VM to tune its behaviour or support particular libraries. For example, if you are a Lombok user, you can specify the argument needed here. -You can also specify some arguments to reduce memory consumption. -See https://github.com/redhat-developer/vscode-java/pull/1262 for more details. +You can also specify some arguments to reduce memory consumption, +see https://github.com/redhat-developer/vscode-java/pull/1262 for more details. " :type '(repeat string))