diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-11-24 00:30:44 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-11-24 00:30:44 -0500 |
commit | e4a0916d3b60dc4b7e98db59a2c2e2db4bb71fea (patch) | |
tree | 319c1378b7aabf64e24ff88f01649ae84297276b /snakemake.el | |
parent | 327c168febbde24c2b39cc10d26c9cfc9189e130 (diff) | |
download | snakemake-mode-e4a0916d3b60dc4b7e98db59a2c2e2db4bb71fea.tar.gz |
Fix doc-string typo
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 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." |