diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-07-03 23:14:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-07-03 23:14:04 -0400 |
commit | 030588d975f5dee370576f9d0dcdd53b81053478 (patch) | |
tree | eff026e7ea9535800eced31aac83924e5b383562 | |
parent | 4ddbc20817558ee614d69f4cc01c7a5251d9e08a (diff) | |
download | snakemake-mode-030588d975f5dee370576f9d0dcdd53b81053478.tar.gz |
Tweak docstring
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index 52398ef..d79d61d 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -185,7 +185,7 @@ Inside rule blocks (or on a blank line directly below), This function assumes that `snakemake-in-rule-or-subworkflow-block-p' is true. If it's not, it will give the wrong answer if below a rule block whose last -field is run." +field is 'run'." (save-excursion (let ((rule-start (save-excursion (end-of-line) |