diff options
| author | Eli Zaretskii | 2025-05-03 06:26:31 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-03 06:26:31 -0400 |
| commit | 3bf5a1cda7c820c37553637236569121fe2c8367 (patch) | |
| tree | 1bb4af7eacb499964345d279e144bd07174f4c6e /doc/misc | |
| parent | 02d6884537632f41d57edd8c0a03bc51795948c1 (diff) | |
| parent | 1f998d11a585a9915cc6e8b67050dc1bb9191107 (diff) | |
| download | emacs-3bf5a1cda7c820c37553637236569121fe2c8367.tar.gz emacs-3bf5a1cda7c820c37553637236569121fe2c8367.zip | |
Merge from origin/emacs-30
1f998d11a58 ; * doc/misc/ert.texi (erts files): Improve indexing.
52183c9596c ; * lisp/battery.el (battery-status-function): Doc fix.
dc3e79a80ee ; * etc/DEBUG: Grammar fix.
7d02ffe87b4 ; * lisp/international/mule.el (define-coding-system): Do...
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ert.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 38411ddee3d..4007fb0d882 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -946,6 +946,7 @@ where the @samp{|} character is in the ``after'' form (and issue a | |||
| 946 | test failure if that isn't the case). (This is used in all subsequent | 946 | test failure if that isn't the case). (This is used in all subsequent |
| 947 | tests, unless overridden by a new @samp{Point-Char} spec.) | 947 | tests, unless overridden by a new @samp{Point-Char} spec.) |
| 948 | 948 | ||
| 949 | @cindex skipping tests, in erts file | ||
| 949 | @item Skip | 950 | @item Skip |
| 950 | If this is present and value is a form that evaluates to a | 951 | If this is present and value is a form that evaluates to a |
| 951 | non-@code{nil} value, the test will be skipped. | 952 | non-@code{nil} value, the test will be skipped. |