diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-19 21:58:51 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-19 22:20:52 -0400 |
commit | a58a7153f69838922fc207a83316f1abd7038e89 (patch) | |
tree | cc14c9714aa2ecff12272f51a10f7b3667598554 /snakemake.el | |
parent | fddbf068d8ff42d5ecaebf03c64e40e6f1c49fea (diff) | |
download | snakemake-mode-a58a7153f69838922fc207a83316f1abd7038e89.tar.gz |
snakemake-graph: Fix docstring line break
Diffstat (limited to 'snakemake.el')
-rw-r--r-- | snakemake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el index a664a97..7a01613 100644 --- a/snakemake.el +++ b/snakemake.el @@ -395,7 +395,7 @@ targets." "Display graph for DAG of RULES. The graph will be displayed with `image-mode'. From this buffer, -you can call \\<snakemake-graph-mode-map>\\[snakemake-graph-save] +you can call \\<snakemake-graph-mode-map>\\[snakemake-graph-save] \ to save the graph. If prefix argument RULE-GRAPH is non-nil, pass --rulegraph |