aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2025-05-03 06:26:31 -0400
committerEli Zaretskii2025-05-03 06:26:31 -0400
commit3bf5a1cda7c820c37553637236569121fe2c8367 (patch)
tree1bb4af7eacb499964345d279e144bd07174f4c6e /doc/misc
parent02d6884537632f41d57edd8c0a03bc51795948c1 (diff)
parent1f998d11a585a9915cc6e8b67050dc1bb9191107 (diff)
downloademacs-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.texi1
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
946test failure if that isn't the case). (This is used in all subsequent 946test failure if that isn't the case). (This is used in all subsequent
947tests, unless overridden by a new @samp{Point-Char} spec.) 947tests, unless overridden by a new @samp{Point-Char} spec.)
948 948
949@cindex skipping tests, in erts file
949@item Skip 950@item Skip
950If this is present and value is a form that evaluates to a 951If this is present and value is a form that evaluates to a
951non-@code{nil} value, the test will be skipped. 952non-@code{nil} value, the test will be skipped.