From bad4dfcd61a2d56005243e0a2c327534940ebe2d Mon Sep 17 00:00:00 2001 From: Niklas Carlsson Date: Wed, 18 Dec 2019 15:33:26 +0100 Subject: [PATCH] Update plantuml doctor prescription This patch changes the recommendation from +plantuml/install to plantuml-dowload-jar, when the plantuml.jar can't be found. The command +plantuml/install has been removed in a previous patch. --- modules/lang/plantuml/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/plantuml/doctor.el b/modules/lang/plantuml/doctor.el index 3d3174e25..4e07331ea 100644 --- a/modules/lang/plantuml/doctor.el +++ b/modules/lang/plantuml/doctor.el @@ -7,4 +7,4 @@ (warn! "Couldn't find java. PlantUML preview or syntax checking won't work")) ;; plantuml.jar (unless (file-exists-p plantuml-jar-path) - (warn! "Couldn't find plantuml.jar. Install it with-x +plantuml/install"))) + (warn! "Couldn't find plantuml.jar. Install it with M-x plantuml-download-jar")))