diff options
-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' |