aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2022-09-20 12:21:40 +0200
committerStefan Kangas2022-09-20 12:21:40 +0200
commit616dcf27e57388403d4c28d441bf7310bb665241 (patch)
treea8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /test
parent540585254133af722739339ef420e68e09fe62e5 (diff)
downloademacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz
emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip
; Fix typos in Lisp symbols
Diffstat (limited to 'test')
-rw-r--r--test/lisp/electric-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el
index 1263767476e..efa42429b37 100644
--- a/test/lisp/electric-tests.el
+++ b/test/lisp/electric-tests.el
@@ -909,7 +909,7 @@ baz\"\""
909 (should (equal (buffer-string) "int main () {\n \n}")))) 909 (should (equal (buffer-string) "int main () {\n \n}"))))
910 910
911(ert-deftest electric-layout-control-reindentation () 911(ert-deftest electric-layout-control-reindentation ()
912 "Same as `emacs-lisp-int-main-kernel-style', but checking 912 "Same as `electric-layout-int-main-kernel-style', but checking
913Bug#35254." 913Bug#35254."
914 (ert-with-test-buffer () 914 (ert-with-test-buffer ()
915 (plainer-c-mode) 915 (plainer-c-mode)