Skip to content

Commit 52ae90a

Browse files
committed
Fix punctuation in doc comment by checkdoc
1 parent ef69a8b commit 52ae90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Turning this on will open it whenever `php-mode' is loaded."
182182
"Apply the list of extra constant keywords `VALUE'.
183183
184184
This function is called when the custom variable php-extra-constants
185-
is updated. The web-mode-extra-constants list is appended to the list
185+
is updated. The web-mode-extra-constants list is appended to the list
186186
of constants when set."
187187
;; remove old keywords
188188
(when (boundp 'php-extra-constants)
@@ -350,7 +350,7 @@ Turning this on will force PEAR rules on all PHP files."
350350

351351
(defcustom php-mode-warn-if-mumamo-off t
352352
"Warn once per buffer if you try to indent a buffer without
353-
mumamo-mode turned on. Detects if there are any HTML tags in the
353+
mumamo-mode turned on. Detects if there are any HTML tags in the
354354
buffer before warning, but this is is not very smart; e.g. if you
355355
have any tags inside a PHP string, it will be fooled."
356356
:type '(choice (const :tag "Warn" t) (const "Don't warn" nil)))

0 commit comments

Comments
 (0)