From 4401dd3c436f99bc3b2e06a56fe95e20315ff58d Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 6 Aug 2008 22:53:40 +0100 Subject: [PATCH] etest-execute.el: docs. --- etest-execute.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etest-execute.el b/etest-execute.el index 6e0987b..8a0ffec 100644 --- a/etest-execute.el +++ b/etest-execute.el @@ -23,7 +23,9 @@ ;;; Commentary: -;; This file will aid the execution of a test run. +;; This file will aid the execution of a test run. From any buffer +;; simply run `etest-execute' and it will do its best to find a valid +;; etest file and load it. (make-variable-buffer-local (defvar etest-file nil @@ -54,11 +56,9 @@ named (to the buffer) file. Then looking in `default-directory'." etest-load-path) nil)))))) - -(defun etest-execute-all-in-cwd () - (interactive)) - (defun etest-execute () + "Execute a run for the current file using +`etest-execute-get-test-file'." (interactive) (let ((file (etest-execute-get-test-file))) (unless file -- 2.11.4.GIT