aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-04-08 22:30:47 -0400
committerKyle Meyer <kyle@kyleam.com>2015-04-08 22:30:47 -0400
commit58a73891f9b144c96c475f4d2ff757cedd0b4293 (patch)
tree9845f417a8e4044964c57014f4f730b0fc6b1e13 /snakemake-mode.el
parent27a8e084f294fe76419d7efbf94c9ed4c4fcf27e (diff)
downloadsnakemake-mode-58a73891f9b144c96c475f4d2ff757cedd0b4293.tar.gz
snakemake-builtin-function-re: Reword docstring
Diffstat (limited to 'snakemake-mode.el')
-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