From: Lars Ingebrigtsen Date: Wed, 25 May 2022 01:24:52 +0000 (+0200) Subject: Fix ert-run-tests-batch-and-exit doc string typo X-Git-Tag: emacs-29.0.90~1910^2~444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c4cad323090acd09604c511a31a35c99452f5ce;p=emacs.git Fix ert-run-tests-batch-and-exit doc string typo * lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Fix doc string typo. --- diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 0451be272ab..82722add42a 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -1533,7 +1533,7 @@ Returns the stats object." "Like `ert-run-tests-batch', but exits Emacs when done. The exit status will be 0 if all test results were as expected, 1 -son unexpected results, or 2 if the tool detected an error outside +on unexpected results, or 2 if the tool detected an error outside of the tests (e.g. invalid SELECTOR or bug in the code that runs the tests)." (or noninteractive