]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe flymake-start-on-save-buffer in manual and NEWS
authorJoão Távora <joaotavora@gmail.com>
Fri, 8 Jun 2018 21:30:46 +0000 (22:30 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 8 Jun 2018 21:30:46 +0000 (22:30 +0100)
Fixes: bug#31738
* doc/misc/flymake.texi (Using Flymake, Customizable variables):
Mention flymake-start-on-save-buffer.

* etc/NEWS: Mention flymake-start-on-save-buffer.

doc/misc/flymake.texi
etc/NEWS

index e7f4da75bb923881f276df2e1bb90b7bd57aebf5..502d408f2b8da1ea6dcd4bfd02517211851c37e2 100644 (file)
@@ -83,6 +83,10 @@ Syntax check is done ``on-the-fly''.  It is started whenever
 @code{flymake-mode} is started, unless
 @code{flymake-start-on-flymake-mode} is nil;
 
+@item
+the buffer is saved, unless @code{flymake-start-on-save-buffer} is
+nil;
+
 @item
 a newline character is added to the buffer, unless
 @code{flymake-start-syntax-check-on-newline} is nil;
@@ -220,6 +224,10 @@ after a newline character is inserted into the buffer.
 A boolean flag indicating whether to start syntax check immediately
 after enabling @code{flymake-mode}.
 
+@item flymake-start-on-save-buffer
+A boolean flag indicating whether to start syntax check after saving
+the buffer.
+
 @item flymake-error
 A custom face for highlighting regions for which an error has been
 reported.
index 3282340f914f976107a0e98b1123f160471ac560..46a57b1888cfd283d296254cf65fa96f3fc5eb73 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,6 +183,9 @@ shown in the currently selected window.
 You should instead set properties on known diagnostic symbols, like
 ':error' and ':warning', as demonstrated in the Flymake manual.
 
+*** New customizable variable 'flymake-start-on-save-buffer'
+Control whether Flymake starts checking the buffer on save.
+
 ** Package
 *** New 'package-quickstart' feature
 When 'package-quickstart' is non-nil, package.el precomputes a big autoloads