From 58a73891f9b144c96c475f4d2ff757cedd0b4293 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 8 Apr 2015 22:30:47 -0400 Subject: snakemake-builtin-function-re: Reword docstring --- snakemake-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snakemake-mode.el') 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 -- cgit v1.2.3