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 /lisp/textmodes/toml-ts-mode.el | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'lisp/textmodes/toml-ts-mode.el')
-rw-r--r-- | lisp/textmodes/toml-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/toml-ts-mode.el b/lisp/textmodes/toml-ts-mode.el index 26a3eb69d8d..bca6a5e81ad 100644 --- a/lisp/textmodes/toml-ts-mode.el +++ b/lisp/textmodes/toml-ts-mode.el @@ -159,7 +159,7 @@ the subtrees." ;; Comments (setq-local comment-start "# ") - (setq-local commend-end "") + (setq-local comment-end "") ;; Indent. (setq-local treesit-simple-indent-rules toml-ts-mode--indent-rules) |