aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas2024-01-14 14:56:06 +0100
committerStefan Kangas2024-01-14 15:16:54 +0100
commit725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275 (patch)
tree972ca388712567c81d9eb6dc90c6d6566d8bfa76 /admin
parent6653ee66ca5ebd42322613a09d4c0d2e35af924b (diff)
downloademacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.gz
emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.zip
; 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 62fec77c16f..64c742ea855 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'.")