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")))