From fddbf068d8ff42d5ecaebf03c64e40e6f1c49fea Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 19 Apr 2016 21:58:37 -0400 Subject: graph: Correct docstrings --- snakemake.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index 433fd93..a664a97 100644 --- a/snakemake.el +++ b/snakemake.el @@ -394,9 +394,9 @@ targets." (defun snakemake-graph (rules &optional rule-graph) "Display graph for DAG of RULES. -The graph will be processed by `snakemake-dot-program' and -displayed with `image-mode'. From this buffer, you can call -\\\\[snakemake-graph-save] to save the graph. +The graph will be displayed with `image-mode'. From this buffer, +you can call \\\\[snakemake-graph-save] +to save the graph. If prefix argument RULE-GRAPH is non-nil, pass --rulegraph instead of --dag to snakemake. @@ -423,7 +423,8 @@ $ snakemake --{dag,rulegraph} -- RULES | display" (defun snakemake-graph-save () "Save graph in current buffer to file. -The default extension of the file is +The graph will be processed by `snakemake-dot-program'. The +default extension of the output file is `snakemake-graph-default-extension', but you can enter any extension that the dot program supports." (interactive) -- cgit v1.2.3