diff options
-rw-r--r-- | snakemake.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |