Fix 'Customize' menu entry for 'php-ts-mode'

* lisp/progmodes/php-ts-mode.el (php-ts-mode-menu):
Replace menu entry with 'php-ts-mode' group.  (Bug#71723)
This commit is contained in:
Vincenzo Pupillo 2024-06-22 22:36:54 +02:00 committed by Eli Zaretskii
parent 2b848a4e50
commit 737fa7c529

View file

@ -1232,7 +1232,7 @@ Depends on `c-ts-common-comment-setup'."
["Start built-in webserver" php-ts-mode-run-php-webserver
:help "Run the built-in PHP webserver"]
"--"
["Customize" (lambda () (interactive) (customize-group "php-ts"))]))
["Customize" (lambda () (interactive) (customize-group "php-ts-mode"))]))
(defvar php-ts-mode--feature-list
'((;; common