Skip to content

Commit 55c59ea

Browse files
committed
Fix punctuation
1 parent a0e519b commit 55c59ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/php-face.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
;;;###autoload
3232
(defgroup php-faces nil
33-
"Faces used in PHP Mode"
33+
"Faces used in PHP Mode."
3434
:tag "PHP Faces"
3535
:group 'php-mode
3636
:group 'faces)
@@ -206,7 +206,7 @@
206206
:tag "PHP Class Declaration")
207207

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

0 commit comments

Comments
 (0)