diff options
| author | Michael Albinus | 2021-10-11 10:16:49 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-10-11 10:16:49 +0200 |
| commit | 0b63b7e60ab87debb98bbd95c4b15984e4bba124 (patch) | |
| tree | 51f56b48cd5362d398384c0a35e3525dd3f05f0f /doc/misc | |
| parent | 978e5339e0d4ef98575096bcf3ec2061ad530f27 (diff) | |
| parent | 005c15cdb5df7cff5d7d91b858200624a2fa9100 (diff) | |
| download | emacs-0b63b7e60ab87debb98bbd95c4b15984e4bba124.tar.gz emacs-0b63b7e60ab87debb98bbd95c4b15984e4bba124.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ert.texi | 2 | ||||
| -rw-r--r-- | doc/misc/mairix-el.texi | 12 |
2 files changed, 13 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 | ||
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi index d0ec552145e..e57b5ed5422 100644 --- a/doc/misc/mairix-el.texi +++ b/doc/misc/mairix-el.texi | |||
| @@ -60,6 +60,8 @@ database. | |||
| 60 | * Using:: List of interactive functions | 60 | * Using:: List of interactive functions |
| 61 | * Extending:: Support your favorite mail reader! | 61 | * Extending:: Support your favorite mail reader! |
| 62 | * GNU Free Documentation License:: The license for this documentation. | 62 | * GNU Free Documentation License:: The license for this documentation. |
| 63 | * Function Index: Function Index. | ||
| 64 | * Variable Index: Variable Index. | ||
| 63 | @end menu | 65 | @end menu |
| 64 | 66 | ||
| 65 | @node About | 67 | @node About |
| @@ -339,4 +341,14 @@ And that's it! | |||
| 339 | @appendix GNU Free Documentation License | 341 | @appendix GNU Free Documentation License |
| 340 | @include doclicense.texi | 342 | @include doclicense.texi |
| 341 | 343 | ||
| 344 | @node Function Index | ||
| 345 | @unnumbered Function Index | ||
| 346 | |||
| 347 | @printindex fn | ||
| 348 | |||
| 349 | @node Variable Index | ||
| 350 | @unnumbered Variable Index | ||
| 351 | |||
| 352 | @printindex vr | ||
| 353 | |||
| 342 | @bye | 354 | @bye |