emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/flymake-refactor 879bb3b 1/6: * lisp/progmodes/fly


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor 879bb3b 1/6: * lisp/progmodes/flymake-ui.el (flymake-no-changes-timeout): Improve doc
Date: Sun, 1 Oct 2017 08:06:19 -0400 (EDT)

branch: scratch/flymake-refactor
commit 879bb3b8c49bc8ba182cc710b805a842c2c7da2d
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * lisp/progmodes/flymake-ui.el (flymake-no-changes-timeout): Improve doc
---
 lisp/progmodes/flymake-ui.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake-ui.el b/lisp/progmodes/flymake-ui.el
index be59458..dd15ad8 100644
--- a/lisp/progmodes/flymake-ui.el
+++ b/lisp/progmodes/flymake-ui.el
@@ -101,7 +101,8 @@ See `flymake-error-bitmap' and `flymake-warning-bitmap'."
   :type 'boolean)
 
 (defcustom flymake-no-changes-timeout 0.5
-  "Time to wait after last change before starting compilation."
+  "Time to wait after last change before automatically checking buffer.
+If nil, never start checking buffer automatically like this."
   :type 'number)
 
 (defcustom flymake-gui-warnings-enabled t



reply via email to

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