From e4a0916d3b60dc4b7e98db59a2c2e2db4bb71fea Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 24 Nov 2016 00:30:44 -0500 Subject: Fix doc-string typo --- snakemake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index 33f5f5d..4e6a19b 100644 --- a/snakemake.el +++ b/snakemake.el @@ -327,7 +327,7 @@ or `region-end', respectively." (or end (region-end)))))))) (defun snakemake-thingatpt-file-targets () - "Return file at point accordinng `thing-at-point'. + "Return file at point according to `thing-at-point'. This function returns a list for consistency with other target-returning functions, but any non-nil return value is currently limited to a single-item list." -- cgit v1.2.3