aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/ert.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 889216cbefc..ee3725e5b28 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -339,7 +339,8 @@ In quiet mode ERT prints only unexpected results and summary.
339 339
340You can specify selectors to only run a subset of your tests 340You can specify selectors to only run a subset of your tests
341(@pxref{Test Selectors}). For example, the following would run all 341(@pxref{Test Selectors}). For example, the following would run all
342tests where the name of the test matches the string ``to-match''. 342tests where the name of the test matches the regular expression
343``to-match''.
343 344
344@example 345@example
345emacs -batch -l ert -l my-tests.el \ 346emacs -batch -l ert -l my-tests.el \