Skip to content

Commit

Permalink
Fix punctuation in doc comment by checkdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Apr 17, 2018
1 parent ef69a8b commit 52ae90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Turning this on will open it whenever `php-mode' is loaded."
"Apply the list of extra constant keywords `VALUE'.
This function is called when the custom variable php-extra-constants
is updated. The web-mode-extra-constants list is appended to the list
is updated. The web-mode-extra-constants list is appended to the list
of constants when set."
;; remove old keywords
(when (boundp 'php-extra-constants)
Expand Down Expand Up @@ -350,7 +350,7 @@ Turning this on will force PEAR rules on all PHP files."

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

0 comments on commit 52ae90a

Please sign in to comment.