aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cus-test.el
diff options
context:
space:
mode:
authorEli Zaretskii2024-01-20 06:25:59 -0500
committerEli Zaretskii2024-01-20 06:25:59 -0500
commit1b31a784bfb56c3c5d138d906601428ebd3e737b (patch)
treec9392888b545ec0eb984fdd92d6efcbd394733c5 /admin/cus-test.el
parent3a5ee060571b29474f83ebaee11df6920ea68c6a (diff)
parent5bb5590dec95e813ed120b3f09734451b4ebb18f (diff)
downloademacs-1b31a784bfb56c3c5d138d906601428ebd3e737b.tar.gz
emacs-1b31a784bfb56c3c5d138d906601428ebd3e737b.zip
Merge from origin/emacs-29
5bb5590dec9 Fix blunder in labeled_narrow_to_region 78ddb32fadb Fix documentation of icon-elements 725a3f32f8b ; Fix typos in symbol names 6653ee66ca5 Improve two docstrings in ox-latex 7d869a04029 Doc fix in auth-source-read-char-choice f149de223bf Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/... 1f97a878795 Fix info-xref-tests 51f391998b1 Add @kindex in manuals for existing keybindings on 'C-x x...
Diffstat (limited to 'admin/cus-test.el')
-rw-r--r--admin/cus-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 37ff4a7e9c5..b86643a769a 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -146,7 +146,7 @@ Names should be as they appear in loaddefs.el.")
146 146
147(defvar cus-test-errors nil 147(defvar cus-test-errors nil
148 "List of problematic variables found by `cus-test-apropos'. 148 "List of problematic variables found by `cus-test-apropos'.
149Each element is (VARIABLE . PROBLEM); see `cus-test--format-problem'.") 149Each element is (VARIABLE . PROBLEM); see `cus-test--format-errors'.")
150 150
151(defvar cus-test-tested-variables nil 151(defvar cus-test-tested-variables nil
152 "List of options tested by last call of `cus-test-apropos'.") 152 "List of options tested by last call of `cus-test-apropos'.")