diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-10-08 16:50:32 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-10-08 16:51:24 +0200 |
commit | 1c7d056f4d38d212b23353f0d98d288bfa74f755 (patch) | |
tree | 2c72c88f719cebede243306e3da535796f55a370 /doc/misc/ert.texi | |
parent | af01b674cec1ea7e9dd801f40c1ca8221f5cc8da (diff) | |
download | emacs-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.texi | 2 |
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. |