diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 889216cbefc433288f3400c6710b056238abd816..ee3725e5b28d7d628477ef46dae786d81c541db8 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. You can specify selectors to only run a subset of your tests (@pxref{Test Selectors}). For example, the following would run all -tests where the name of the test matches the string ``to-match''. +tests where the name of the test matches the regular expression +``to-match''. @example emacs -batch -l ert -l my-tests.el \