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:
parent
2b848a4e50
commit
737fa7c529
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue