diff options
| author | Juri Linkov | 2019-05-07 23:29:14 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-05-07 23:29:14 +0300 |
| commit | 4cb64ac3f9468422b471d9cc4c8edbc92fab6722 (patch) | |
| tree | 04592d18f987394a1f72a39ed6032d2adf717f27 /doc/misc | |
| parent | 504f8e551f88b5d58cf3d2dc3c12df273b6d972c (diff) | |
| download | emacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.tar.gz emacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.zip | |
* lisp/progmodes/flymake.el: Obsolete variable flymake-start-on-newline
(flymake-start-syntax-check-on-newline): Mark it obsolete.
(flymake-after-change-function): Remove obsolete variable
flymake-start-syntax-check-on-newline (temporarily renamed to
flymake-start-on-newline). (Bug#34294)
* doc/misc/flymake.texi: Remove obsolete variable.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/flymake.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 4608d1c973d..ebb89c32036 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -88,10 +88,6 @@ the buffer is saved, unless @code{flymake-start-on-save-buffer} is | |||
| 88 | nil; | 88 | nil; |
| 89 | 89 | ||
| 90 | @item | 90 | @item |
| 91 | a newline character is added to the buffer, unless | ||
| 92 | @code{flymake-start-on-newline} is nil; | ||
| 93 | |||
| 94 | @item | ||
| 95 | some changes were made to the buffer more than @code{0.5} seconds ago | 91 | some changes were made to the buffer more than @code{0.5} seconds ago |
| 96 | (the delay is configurable in @code{flymake-no-changes-timeout}). | 92 | (the delay is configurable in @code{flymake-no-changes-timeout}). |
| 97 | @end itemize | 93 | @end itemize |
| @@ -222,10 +218,6 @@ If any changes are made to the buffer, syntax check is automatically | |||
| 222 | started after this many seconds, unless the user makes another change, | 218 | started after this many seconds, unless the user makes another change, |
| 223 | which resets the timer. | 219 | which resets the timer. |
| 224 | 220 | ||
| 225 | @item flymake-start-on-newline | ||
| 226 | A boolean flag indicating whether to start syntax check immediately | ||
| 227 | after a newline character is inserted into the buffer. | ||
| 228 | |||
| 229 | @item flymake-start-on-flymake-mode | 221 | @item flymake-start-on-flymake-mode |
| 230 | A boolean flag indicating whether to start syntax check immediately | 222 | A boolean flag indicating whether to start syntax check immediately |
| 231 | after enabling @code{flymake-mode}. | 223 | after enabling @code{flymake-mode}. |