; Doc fix in 'php-ts-mode'.

* lisp/progmodes/php-ts-mode.el (php-ts-mode-css-fontify-colors):
Doc fix.
This commit is contained in:
Eli Zaretskii 2024-06-23 08:01:28 +03:00
parent 2f1c882a16
commit 6f2036243f

View file

@ -123,7 +123,7 @@ By default should have same value as `html-ts-mode-indent-offset'."
(defcustom php-ts-mode-css-fontify-colors t (defcustom php-ts-mode-css-fontify-colors t
"Whether CSS colors should be fontified using the color as the background. "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. such that its background is the color itself.
Works like `css--fontify-region'." Works like `css--fontify-region'."
:tag "PHP colors the CSS properties values." :tag "PHP colors the CSS properties values."