From 8540bfcee23880fd64a41739308c20503a1a25e5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 7 Mar 2015 18:22:59 -0500 Subject: snakemake-with-temp-text: Rewrite docstring --- test-snakemake-mode.el | 5 +++-- 1 file 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 \"\" appears in + "Run body in a temporary Snakemake mode buffer. + +Fill the buffer with TEXT. If the string \"\" 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." -- cgit v1.2.3