From 030588d975f5dee370576f9d0dcdd53b81053478 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 3 Jul 2014 23:14:04 -0400 Subject: Tweak docstring --- snakemake-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3