Skip to content

Commit 423c054

Browse files
committed
Modify face description
1 parent b0c1bf3 commit 423c054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: php-face.el

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,22 +197,22 @@
197197
:tag "PHPDoc $this Sigil")
198198

199199
(defface php-doc-class-name '((t (:inherit php-string)))
200-
"Face used to class names in doc-comment."
200+
"PHP Mode Face used to class names in doc-comment."
201201
:group 'php-faces
202202
:tag "PHPDoc Class Name")
203203

204204
(defface php-class-declaration '((t (:inherit php-keyword)))
205-
"Face used to class declarations."
205+
"PHP Mode Face used to class declarations."
206206
:group 'php-faces
207207
:tag "PHP Class Declaration")
208208

209209
(defface php-class-declaration-spec '((t (:inherit php-keyword)))
210-
"Face used to highlight class declaration specification keywords (implements, extends)"
210+
"PHP Mode Face used to highlight class declaration specification keywords (implements, extends)"
211211
:group 'php-faces
212212
:tag "PHP Class Declaration Specification")
213213

214214
(defface php-namespace-declaration '((t (:inherit php-keyword)))
215-
"Face used to highlight namespace declaration keyword."
215+
"PHP Mode Face used to highlight namespace declaration keyword."
216216
:group 'php-faces
217217
:tag "PHP Namespace Declaration")
218218

0 commit comments

Comments
 (0)