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:
committed by
Eli Zaretskii
parent
2b848a4e50
commit
737fa7c529
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user