diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-06-29 12:12:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-06-29 12:12:59 -0400 |
commit | 205f7004b7afb697b8cdf8290fbdca0dbebc7a37 (patch) | |
tree | 0cc1c25315ac84fa136b046f494406a334e07dba | |
parent | e4f4f96fee612711cffba608c187310677386fe3 (diff) | |
download | snakemake-mode-205f7004b7afb697b8cdf8290fbdca0dbebc7a37.tar.gz |
Revise commentary
-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 750e2f0..4fed45a 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -25,7 +25,7 @@ ;; Snakemake mode provides support for editing Snakemake [1] files. It ;; builds on Python mode to provide fontification, indentation, and -;; imenu indexing for Snakemake's rule blocks and builtin functions. +;; imenu indexing for Snakemake's rule blocks. ;; ;; If Snakemake mode is installed from MELPA, no additional setup is ;; required. It will be loaded the first time a file named 'Snakefile' |