From e19dd2d84814328fb6d4621e480aca5a34c332ab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 3 Apr 2026 13:57:26 +0300 Subject: [PATCH] ; * lisp/treesit.el (treesit--font-lock-level-setter): Fix whitespace. --- lisp/treesit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 227a930ba1d..14c05b0dd16 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -1429,8 +1429,8 @@ Set the default value of SYM to VAL, recompute fontification features and refontify for every buffer where tree-sitter-based fontification is enabled. -If optional BUFFER-LOCAL is non-nil, only affect the current buffer. Set -SYM buffer locally and refontify." +If optional BUFFER-LOCAL is non-nil, only affect the current buffer. +Set SYM buffer locally and refontify." ;; FIXME: This doesn't re-run major mode hooks, meaning any ;; customization done in major mode hooks (e.g., with ;; `treesit-font-lock-recompute-features') may be overridden.