emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode 5d3e9462a2 01/15: Fix doc comment


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 5d3e9462a2 01/15: Fix doc comment
Date: Sat, 18 Mar 2023 18:01:26 -0400 (EDT)

branch: elpa/php-mode
commit 5d3e9462a252d6ef306894cb0ee7d886a84f267a
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@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

[Prev in Thread] Current Thread [Next in Thread]