File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 197
197
:tag " PHPDoc $this Sigil" )
198
198
199
199
(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."
201
201
:group 'php-faces
202
202
:tag " PHPDoc Class Name" )
203
203
204
204
(defface php-class-declaration '((t (:inherit php-keyword)))
205
- " Face used to class declarations."
205
+ " PHP Mode Face used to class declarations."
206
206
:group 'php-faces
207
207
:tag " PHP Class Declaration" )
208
208
209
209
(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)"
211
211
:group 'php-faces
212
212
:tag " PHP Class Declaration Specification" )
213
213
214
214
(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."
216
216
:group 'php-faces
217
217
:tag " PHP Namespace Declaration" )
218
218
You can’t perform that action at this time.
0 commit comments