From 7c4cad323090acd09604c511a31a35c99452f5ce Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 25 May 2022 03:24:52 +0200 Subject: [PATCH] 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. --- lisp/emacs-lisp/ert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2