summaryrefslogtreecommitdiff
path: root/doc/misc/ert.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-08 16:50:32 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-08 16:51:24 +0200
commit1c7d056f4d38d212b23353f0d98d288bfa74f755 (patch)
tree2c72c88f719cebede243306e3da535796f55a370 /doc/misc/ert.texi
parentaf01b674cec1ea7e9dd801f40c1ca8221f5cc8da (diff)
downloademacs-1c7d056f4d38d212b23353f0d98d288bfa74f755.tar.gz
emacs-1c7d056f4d38d212b23353f0d98d288bfa74f755.tar.bz2
emacs-1c7d056f4d38d212b23353f0d98d288bfa74f755.zip
; Fix two typos where em dash was written as en dash
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 19f2d7d609c..5153829e2da 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -415,7 +415,7 @@ emacs -batch -l ert -l my-tests.el \
@end example
By default, ERT test failure summaries are quite brief in batch
-mode--only the names of the failed tests are listed. If the
+mode---only the names of the failed tests are listed. If the
EMACS_TEST_VERBOSE environment variable is set, the failure summaries
will also include the data from the failing test.