update packages

This commit is contained in:
2022-01-04 21:35:17 +01:00
parent 1d5275c946
commit 8de00e5202
700 changed files with 42441 additions and 85378 deletions

View File

@@ -4,7 +4,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 5 May 2019
;; Version: 1.23.0
;; Version: 1.24.0
;; Keywords: faces, php
;; Homepage: https://github.com/emacs-php/php-mode
;; License: GPL-3.0-or-later
@@ -30,7 +30,7 @@
;;;###autoload
(defgroup php-faces nil
"Faces used in PHP Mode"
"Faces used in PHP Mode."
:tag "PHP Faces"
:group 'php-mode
:group 'faces)
@@ -206,7 +206,7 @@
:tag "PHP Class Declaration")
(defface php-class-declaration-spec '((t (:inherit php-keyword)))
"PHP Mode Face used to highlight class declaration specification keywords (implements, extends)"
"PHP Mode Face used to highlight class declaration specification keywords (implements, extends)."
:group 'php-faces
:tag "PHP Class Declaration Specification")