diff options
Diffstat (limited to 'test-snakemake-mode.el')
-rw-r--r-- | test-snakemake-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test-snakemake-mode.el b/test-snakemake-mode.el index 5b94fe2..2f8e53b 100644 --- a/test-snakemake-mode.el +++ b/test-snakemake-mode.el @@ -24,8 +24,9 @@ ;; This is modified from `org-tests.el' (55c0708). (defmacro snakemake-with-temp-text (text &rest body) - "Run body in a temporary buffer with Snakemake mode as the -active mode holding TEXT. If the string \"<point>\" appears in + "Run body in a temporary Snakemake mode buffer. + +Fill the buffer with TEXT. If the string \"<point>\" appears in TEXT then remove it and place the point there before running BODY, otherwise place the point at the beginning of the inserted text." |