From 8c7402168cee3af6c6ee91eac2c5f3cf09b5a506 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Jun 2024 08:01:28 +0300 Subject: [PATCH] ; Doc fix in 'php-ts-mode'. * lisp/progmodes/php-ts-mode.el (php-ts-mode-css-fontify-colors): Doc fix. (cherry picked from commit 6f2036243f24369b0b4c35c9b323eb19dad4e4cd) --- lisp/progmodes/php-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/php-ts-mode.el b/lisp/progmodes/php-ts-mode.el index 6a94d4b7fb8..1f7d6f5b3ee 100644 --- a/lisp/progmodes/php-ts-mode.el +++ b/lisp/progmodes/php-ts-mode.el @@ -123,7 +123,7 @@ By default should have same value as `html-ts-mode-indent-offset'." (defcustom php-ts-mode-css-fontify-colors t "Whether CSS colors should be fontified using the color as the background. -When non-nil, a text representing CSS color will be fontified +If non-nil, text representing a CSS color will be fontified such that its background is the color itself. Works like `css--fontify-region'." :tag "PHP colors the CSS properties values." -- 2.39.2