diff options
| author | Paul Eggert | 2015-09-04 13:31:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-04 13:32:18 -0700 |
| commit | 8a6260e1e14ab1523c195001454c98aaa044ea64 (patch) | |
| tree | 36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/misc/ert.texi | |
| parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 861 | particular module. Since symbol prefixes are the usual way of | 861 | particular module. Since symbol prefixes are the usual way of |
| 862 | separating module namespaces in Emacs Lisp, test selectors already | 862 | separating module namespaces in Emacs Lisp, test selectors already |
| 863 | solve this by allowing regexp matching on test names; e.g., the | 863 | solve this by allowing regexp matching on test names; e.g., the |
| 864 | selector "^ert-" selects ERT's self-tests. | 864 | selector @code{"^ert-"} selects ERT's self-tests. |
| 865 | 865 | ||
| 866 | Other uses include grouping tests by their expected execution time, | 866 | Other uses include grouping tests by their expected execution time, |
| 867 | e.g., to run quick tests during interactive development and slow tests less | 867 | e.g., to run quick tests during interactive development and slow tests less |