branch: elpa/php-mode
commit 5d3e9462a252d6ef306894cb0ee7d886a84f267a
Author: USAMI Kenta <tad...@zonu.me>
Commit: USAMI Kenta <tad...@zonu.me>

    Fix doc comment
---
 lisp/php-format.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/php-format.el b/lisp/php-format.el
index f3a7886926..166975ffaa 100644
--- a/lisp/php-format.el
+++ b/lisp/php-format.el
@@ -130,7 +130,7 @@
   :group 'php-format)
 
 (defcustom php-format-disable-async-format-buffer-has-modified t
-  "When non-NIL, disable asynchronous formatting if the buffer has modified 
(not saved)."
+  "When set to non-NIL, disables async formatting if buffer is modified 
(unsaved)."
   :tag "PHP Format Disable Async Format Buffer Has Modified"
   :type 'boolean
   :group 'php-format)

Reply via email to