From 1c8cea4c293aad3541e544ebe9f19c522ac8996a Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Tue, 18 Oct 2016 15:22:41 +0200 Subject: [PATCH] Removed reference to the old puml-mode --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index dbe2e0d..d7e5f31 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -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"))