diff options
Diffstat (limited to 'doc/misc')
| -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 | |||
| 84 | @code{flymake-start-on-flymake-mode} is nil; | 84 | @code{flymake-start-on-flymake-mode} is nil; |
| 85 | 85 | ||
| 86 | @item | 86 | @item |
| 87 | the buffer is saved, unless @code{flymake-start-on-save-buffer} is | ||
| 88 | nil; | ||
| 89 | |||
| 90 | @item | ||
| 87 | a newline character is added to the buffer, unless | 91 | a newline character is added to the buffer, unless |
| 88 | @code{flymake-start-syntax-check-on-newline} is nil; | 92 | @code{flymake-start-syntax-check-on-newline} is nil; |
| 89 | 93 | ||
| @@ -220,6 +224,10 @@ after a newline character is inserted into the buffer. | |||
| 220 | A boolean flag indicating whether to start syntax check immediately | 224 | A boolean flag indicating whether to start syntax check immediately |
| 221 | after enabling @code{flymake-mode}. | 225 | after enabling @code{flymake-mode}. |
| 222 | 226 | ||
| 227 | @item flymake-start-on-save-buffer | ||
| 228 | A boolean flag indicating whether to start syntax check after saving | ||
| 229 | the buffer. | ||
| 230 | |||
| 223 | @item flymake-error | 231 | @item flymake-error |
| 224 | A custom face for highlighting regions for which an error has been | 232 | A custom face for highlighting regions for which an error has been |
| 225 | reported. | 233 | reported. |