summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 907d3ba..df4103f 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -105,7 +105,7 @@
(defconst snakemake-builtin-function-re
"\\(expand\\|shell\\|protected\\|temp\\|dynamic\\)("
- "Regexp matching a builtin functions.")
+ "Regexp matching a call to a builtin Snakemake function.")
;;; Indentation