diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-04-08 22:30:47 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-04-08 22:30:47 -0400 |
commit | 58a73891f9b144c96c475f4d2ff757cedd0b4293 (patch) | |
tree | 9845f417a8e4044964c57014f4f730b0fc6b1e13 | |
parent | 27a8e084f294fe76419d7efbf94c9ed4c4fcf27e (diff) | |
download | snakemake-mode-58a73891f9b144c96c475f4d2ff757cedd0b4293.tar.gz |
snakemake-builtin-function-re: Reword docstring
-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 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 |