summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-01-20 06:25:59 -0500
committerEli Zaretskii <eliz@gnu.org>2024-01-20 06:25:59 -0500
commit1b31a784bfb56c3c5d138d906601428ebd3e737b (patch)
treec9392888b545ec0eb984fdd92d6efcbd394733c5 /admin
parent3a5ee060571b29474f83ebaee11df6920ea68c6a (diff)
parent5bb5590dec95e813ed120b3f09734451b4ebb18f (diff)
downloademacs-1b31a784bfb56c3c5d138d906601428ebd3e737b.tar.gz
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')
-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.")
(defvar cus-test-errors nil
"List of problematic variables found by `cus-test-apropos'.
-Each element is (VARIABLE . PROBLEM); see `cus-test--format-problem'.")
+Each element is (VARIABLE . PROBLEM); see `cus-test--format-errors'.")
(defvar cus-test-tested-variables nil
"List of options tested by last call of `cus-test-apropos'.")