diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-25 03:24:52 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-25 03:25:30 +0200 |
commit | 7c4cad323090acd09604c511a31a35c99452f5ce (patch) | |
tree | 970f3165d753742f0da87390e6c35ab4b2a4aec4 /lisp/emacs-lisp | |
parent | f474ad4ed1932ee01e43fa5be206d0a0c144bd1d (diff) | |
download | emacs-7c4cad323090acd09604c511a31a35c99452f5ce.tar.gz emacs-7c4cad323090acd09604c511a31a35c99452f5ce.tar.bz2 emacs-7c4cad323090acd09604c511a31a35c99452f5ce.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |