emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup 62176a39ee: Improve buttercup--run-suite docstri


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 62176a39ee: Improve buttercup--run-suite docstring
Date: Fri, 5 Aug 2022 19:58:09 -0400 (EDT)

branch: elpa/buttercup
commit 62176a39ee6aa990c96e97c13ee4992355f0a122
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Improve buttercup--run-suite docstring
---
 buttercup.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buttercup.el b/buttercup.el
index d6de25b908..f32647b788 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1542,9 +1542,9 @@ have been defined."
 
 (defun buttercup--run-suites (suites &optional noerror)
   "Run a list of SUITES.
-Signal an error if any spec fail. Signal no error if NOERROR is
-non-nil. Return t if all specs pass, nil if at least one spec
-fail."
+Signal a `buttercup-run-specs-failed` error if any spec fail,
+unless NOERROR is non-nil. Return t if all specs pass, nil if at
+least one spec fail."
   (funcall buttercup-reporter 'buttercup-started suites)
   (mapc #'buttercup--run-suite suites)
   (funcall buttercup-reporter 'buttercup-done suites)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]