aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-useropts.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el
index 10e61c86..de4011cd 100644
--- a/generic/proof-useropts.el
+++ b/generic/proof-useropts.el
@@ -386,9 +386,9 @@ are distracting or too frequent."
:set 'proof-set-value
:group 'proof-user-options)
-(defcustom proof-fast-process-buffer nil
+(defcustom proof-fast-process-buffer (featurep 'ns)
"*If non-nil, `proof-process-buffer' will use a busy wait to process.
-This results in faster processing, but disables user interaction."
+This results in faster processing, but disables simultaneous user interaction."
:type 'boolean
:group 'proof-user-options)