aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ert.texi
diff options
context:
space:
mode:
authorPaul Eggert2015-09-04 13:31:41 -0700
committerPaul Eggert2015-09-04 13:32:18 -0700
commit8a6260e1e14ab1523c195001454c98aaa044ea64 (patch)
tree36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/misc/ert.texi
parent262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff)
downloademacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz
emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip
Fix minor problems with " in manual
Diffstat (limited to 'doc/misc/ert.texi')
-rw-r--r--doc/misc/ert.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 3192e4bdc0a..35d315c64b8 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -861,7 +861,7 @@ The most common use of this is to run just the tests for one
861particular module. Since symbol prefixes are the usual way of 861particular module. Since symbol prefixes are the usual way of
862separating module namespaces in Emacs Lisp, test selectors already 862separating module namespaces in Emacs Lisp, test selectors already
863solve this by allowing regexp matching on test names; e.g., the 863solve this by allowing regexp matching on test names; e.g., the
864selector "^ert-" selects ERT's self-tests. 864selector @code{"^ert-"} selects ERT's self-tests.
865 865
866Other uses include grouping tests by their expected execution time, 866Other uses include grouping tests by their expected execution time,
867e.g., to run quick tests during interactive development and slow tests less 867e.g., to run quick tests during interactive development and slow tests less