branch: elpa/buttercup commit 0e6c09ecebf0dc8ae350b2db4a1d8e8d2f57a7ae Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
Correct the assume docstring --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttercup.el b/buttercup.el index 4315f49..1bbbf90 100644 --- a/buttercup.el +++ b/buttercup.el @@ -179,7 +179,7 @@ FORMAT and ARGS are passed to `format'." (signal 'buttercup-pending (apply #'format format args))) (defmacro assume (condition &optional message) - "Assume CONDITIION for the current test. + "Assume CONDITION for the current test. Assume that CONDITION evaluates to non-nil in the current test. If it evaluates to nil cancel the current test with MESSAGE. If