File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Turning this on will open it whenever `php-mode' is loaded."
182
182
" Apply the list of extra constant keywords `VALUE' .
183
183
184
184
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
186
186
of constants when set."
187
187
; ; remove old keywords
188
188
(when (boundp 'php-extra-constants )
@@ -350,7 +350,7 @@ Turning this on will force PEAR rules on all PHP files."
350
350
351
351
(defcustom php-mode-warn-if-mumamo-off t
352
352
" 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
354
354
buffer before warning, but this is is not very smart; e.g. if you
355
355
have any tags inside a PHP string, it will be fooled."
356
356
:type '(choice (const :tag " Warn" t ) (const " Don't warn" nil )))
You can’t perform that action at this time.
0 commit comments