summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
diff options
context:
space:
mode:
authorYuan Fu <casouri@gmail.com>2022-11-20 20:52:16 -0800
committerYuan Fu <casouri@gmail.com>2022-11-21 01:29:32 -0800
commita7ed5071b70f07da4c99198126c48cc6b448090a (patch)
treeee36388c2bc615b2fd734a8a52cf820fafdf0d55 /lisp/textmodes/css-mode.el
parent1e624452004e17bec2070b0c0b9f5639f66df1f8 (diff)
downloademacs-a7ed5071b70f07da4c99198126c48cc6b448090a.tar.gz
; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.
Diffstat (limited to 'lisp/textmodes/css-mode.el')
-rw-r--r--lisp/textmodes/css-mode.el2
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)