Removed reference to the old puml-mode

This commit is contained in:
Carlo Sciolla 2016-10-18 15:22:41 +02:00
parent f108d393ae
commit 1c8cea4c29
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
(defcustom plantuml-java-command "java" "The java command used to execute PlantUML.")
(defcustom plantuml-suppress-deprecation-warning t "To silence the deprecation warning when `puml-mode' is found upon loading.")
(defcustom plantuml-suppress-deprecation-warning t "To silence the deprecation warning when `plantuml-mode' is found upon loading.")
(defvar plantuml-run-command (concat plantuml-java-command " -jar %s"))