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