diff options
author | João Távora <joaotavora@gmail.com> | 2018-06-09 15:49:04 +0100 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2018-06-09 15:49:04 +0100 |
commit | 16a7bce700f4b90bd6b2d7ab4bb860a3c29cb764 (patch) | |
tree | 48b02e12d83195e21658476dfd56caa1af71c557 /doc | |
parent | 4aed7ee79cbea9963a84d5d925d39f7bc07aed98 (diff) | |
parent | 38111b5e98380c518aeb1bb7be52b7972a248332 (diff) | |
download | emacs-scratch/allow-custom-null-and-false-objects-in-jsonc.tar.gz |
Merge branch 'master' into this scratch branchscratch/allow-custom-null-and-false-objects-in-jsonc
scratch/allow-custom-null-and-false-objects-in-jsonc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/flymake.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index e7f4da75bb9..502d408f2b8 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -84,6 +84,10 @@ Syntax check is done ``on-the-fly''. It is started whenever @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. |