Skip to content

Commit 5d3e946

Browse files
committed
Fix doc comment
1 parent 8e874a8 commit 5d3e946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/php-format.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
:group 'php-format)
131131

132132
(defcustom php-format-disable-async-format-buffer-has-modified t
133-
"When non-NIL, disable asynchronous formatting if the buffer has modified (not saved)."
133+
"When set to non-NIL, disables async formatting if buffer is modified (unsaved)."
134134
:tag "PHP Format Disable Async Format Buffer Has Modified"
135135
:type 'boolean
136136
:group 'php-format)

0 commit comments

Comments
 (0)