File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments