summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-01-21 15:28:06 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-01-21 15:28:06 +0100
commit9364c28959a5b00e8ffd5d0d283ff0c0042f1bb0 (patch)
tree3c77c7345ad266b66c7293969024ae1b49d81cf0 /admin
parent5c12e988abb24b8240814d3dd3f40face7d48287 (diff)
downloademacs-9364c28959a5b00e8ffd5d0d283ff0c0042f1bb0.tar.gz
; Fix typos in symbol names
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 b86643a769a..68907f4f5e5 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-errors'.")
+Each element is (VARIABLE . PROBLEM); see `cus-test--format-error'.")
(defvar cus-test-tested-variables nil
"List of options tested by last call of `cus-test-apropos'.")