diff options
| author | Glenn Morris | 2021-10-09 07:50:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-10-09 07:50:36 -0700 |
| commit | cc202c713be60355dbcf4e5ea87603c5e16a92db (patch) | |
| tree | 718f701ca6622f242172eb138a983b343efb0f5d /doc/misc | |
| parent | fecc4c0f79bbfcae3c6dd0ad8331a8ef6faa4034 (diff) | |
| parent | 394209c1a012ec0d24cbef031101c82a79ceea83 (diff) | |
| download | emacs-cc202c713be60355dbcf4e5ea87603c5e16a92db.tar.gz emacs-cc202c713be60355dbcf4e5ea87603c5e16a92db.zip | |
Merge from origin/emacs-28
394209c1a0 (origin/emacs-28) ; Fix indentation in etc/NEWS
81f20e8b89 Fix thinko in ls-lisp--insert-directory
ec9f25bd35 Mention that RET means "yes" in y-or-n-p
00eb21c897 ; * src/dispextern.h (struct glyph_string): Comment on NCH...
20eb3644ba Rewrite Antinews for Emacs 28
3a9b881603 ; * etc/NEWS: Rearrange the "incompatible changes" sections.
ebb7e26013 ; * etc/NEWS: Fix a typo.
315fe20086 ; * src/Makefile.in (../native-lisp): Add comment.
47cbd103f5 * lisp/bindings.el (mode-line-position): Improve tooltip.
35a752863a * lisp/progmodes/xref.el: Bump the version.
bbcd8cc1a9 Slight simplificaiton
e139dd1b1e Fix doc strings of 2 categories
59782839cb (xref--collect-matches-1): Remove some intermediate alloca...
1c7d056f4d ; Fix two typos where em dash was written as en dash
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/misc')
| -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 770a5b77493..440c61add8e 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -415,7 +415,7 @@ emacs -batch -l ert -l my-tests.el \ | |||
| 415 | @end example | 415 | @end example |
| 416 | 416 | ||
| 417 | By default, ERT test failure summaries are quite brief in batch | 417 | By default, ERT test failure summaries are quite brief in batch |
| 418 | mode--only the names of the failed tests are listed. If the | 418 | mode---only the names of the failed tests are listed. If the |
| 419 | EMACS_TEST_VERBOSE environment variable is set, the failure summaries | 419 | EMACS_TEST_VERBOSE environment variable is set, the failure summaries |
| 420 | will also include the data from the failing test. | 420 | will also include the data from the failing test. |
| 421 | 421 | ||