From dc3e32c3ca14766422849c7963bf365dfa335374 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sun, 24 Jan 2016 21:34:23 +0100 Subject: [PATCH] Minor cosmetics --- puml-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puml-mode.el b/puml-mode.el index e0f8009..3908b19 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -153,8 +153,8 @@ (if (not (display-images-p)) "utxt" (cond ((image-type-available-p 'svg) "svg") - ((image-type-available-p 'png) "png") - (t "utxt"))) + ((image-type-available-p 'png) "png") + (t "utxt"))) "Specify the desired output type to use for generated diagrams.") (defun puml-read-output-type ()