diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:41:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-16 08:29:28 +0100 |
commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
tree | 4652c5a846b8d166757c46c81a709beaed962e0a /test/lisp/delim-col-tests.el | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'test/lisp/delim-col-tests.el')
-rw-r--r-- | test/lisp/delim-col-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/delim-col-tests.el b/test/lisp/delim-col-tests.el index 97fa0f1e8f1..2bf54d9b44c 100644 --- a/test/lisp/delim-col-tests.el +++ b/test/lisp/delim-col-tests.el @@ -100,7 +100,7 @@ "aaa [ bbb, cccc ] dddd\n" "aa [ bb, ccccccc ] ddd\n")))))) -(ert-deftest delim-col-tests-delimit-colummns-before-after () +(ert-deftest delim-col-tests-delimit-columns-before-after () (let ((delimit-columns-before "<") (delimit-columns-after ">")) (with-temp-buffer |