diff options
author | Yuan Fu <casouri@gmail.com> | 2022-11-20 20:52:16 -0800 |
---|---|---|
committer | Yuan Fu <casouri@gmail.com> | 2022-11-21 01:29:32 -0800 |
commit | a7ed5071b70f07da4c99198126c48cc6b448090a (patch) | |
tree | ee36388c2bc615b2fd734a8a52cf820fafdf0d55 /lisp/textmodes | |
parent | 1e624452004e17bec2070b0c0b9f5639f66df1f8 (diff) | |
download | emacs-a7ed5071b70f07da4c99198126c48cc6b448090a.tar.gz |
; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/css-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 5d4dbe155ad..1d1ca046cc7 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el @@ -1789,7 +1789,7 @@ Use `\\[fill-paragraph]' to reformat CSS declaration blocks. It can also be used to fill comments. \\{css-mode-map}" - (when (treesit-ready-p 'css-mode 'css) + (when (treesit-ready-p 'css) ;; Borrowed from `css-native-mode'. (add-hook 'completion-at-point-functions #'css-completion-at-point nil 'local) |