]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix two typos where em dash was written as en dash
authorStefan Kangas <stefan@marxist.se>
Fri, 8 Oct 2021 14:50:32 +0000 (16:50 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 8 Oct 2021 14:51:24 +0000 (16:51 +0200)
doc/emacs/maintaining.texi
doc/misc/ert.texi

index 7e8b0e5914dbbfd61b75b48d09e32fb006603413..d1380bc297f60a85719fe20b2c20a1bf31f681ff 100644 (file)
@@ -945,7 +945,7 @@ the author's description of the changes in the revision on the current
 line.
 
 @item w
-Annotate the working revision--the one you are editing.  If you used
+Annotate the working revision---the one you are editing.  If you used
 @kbd{p} and @kbd{n} to browse to other revisions, use this key to
 return to your working revision.
 
index 19f2d7d609cd89bf0b023402fd6ef267cdded5e8..5153829e2daf444462eddbb70727ece5ad201f3c 100644 (file)
@@ -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.