summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:11:17 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:12:14 +0100
commita0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (patch)
treedf6e1a516d2310fbb356a8ea2b7dc77839a63671 /test
parent14b54cea1756f4d66c7376c55cf4aa88e8c3c0c3 (diff)
downloademacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.gz
; Fix typos in doc strings
Diffstat (limited to 'test')
-rw-r--r--test/lisp/kmacro-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/kmacro-tests.el b/test/lisp/kmacro-tests.el
index c8910720763..8736f7fd2dc 100644
--- a/test/lisp/kmacro-tests.el
+++ b/test/lisp/kmacro-tests.el
@@ -519,7 +519,7 @@ This is a regression test for: Bug#3412, Bug#11817."
(should (eq saved-binding (key-binding "\C-a")))))
(kmacro-tests-deftest kmacro-tests-name-or-bind-to-key-when-no-macro ()
- "Bind to key, symbol or register fails when when no macro exists."
+ "Bind to key, symbol or register fails when no macro exists."
(should-error (kmacro-bind-to-key nil))
(should-error (kmacro-name-last-macro 'kmacro-tests-symbol-for-test))
(should-error (kmacro-to-register)))