diff options
| author | Stefan Kangas | 2022-09-20 12:21:40 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-20 12:21:40 +0200 |
| commit | 616dcf27e57388403d4c28d441bf7310bb665241 (patch) | |
| tree | a8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /test | |
| parent | 540585254133af722739339ef420e68e09fe62e5 (diff) | |
| download | emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip | |
; Fix typos in Lisp symbols
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/electric-tests.el | 2 |
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 |
| 913 | Bug#35254." | 913 | Bug#35254." |
| 914 | (ert-with-test-buffer () | 914 | (ert-with-test-buffer () |
| 915 | (plainer-c-mode) | 915 | (plainer-c-mode) |