Minor cosmetics

This commit is contained in:
Carlo Sciolla 2016-01-24 21:34:23 +01:00
parent a42e8b5734
commit dc3e32c3ca
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@
(if (not (display-images-p)) (if (not (display-images-p))
"utxt" "utxt"
(cond ((image-type-available-p 'svg) "svg") (cond ((image-type-available-p 'svg) "svg")
((image-type-available-p 'png) "png") ((image-type-available-p 'png) "png")
(t "utxt"))) (t "utxt")))
"Specify the desired output type to use for generated diagrams.") "Specify the desired output type to use for generated diagrams.")
(defun puml-read-output-type () (defun puml-read-output-type ()