From 638b53e160228c1acf639ffeb0f9d49973d0bcf9 Mon Sep 17 00:00:00 2001 From: vineethkartha Date: Wed, 16 Jan 2019 07:21:54 +0530 Subject: [PATCH] added comments to the save-to-file modified: plantuml-mode.el --- plantuml-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plantuml-mode.el b/plantuml-mode.el index 0913566..c670d98 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -335,6 +335,10 @@ Uses prefix (as PREFIX) to choose where to display it: (plantuml-preview-buffer prefix))) (defun plantuml-save-to-file () + "Save the generated image to a file. +This command will as for the path and filename to which the image +should be saved. +This command should be executed from the *PLANTUML Preview* buffer only" (interactive) (clipboard-kill-ring-save (point-min) (point-max)) (generate-new-buffer "untitled")