aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJuri Linkov2019-05-07 23:29:14 +0300
committerJuri Linkov2019-05-07 23:29:14 +0300
commit4cb64ac3f9468422b471d9cc4c8edbc92fab6722 (patch)
tree04592d18f987394a1f72a39ed6032d2adf717f27 /doc/misc
parent504f8e551f88b5d58cf3d2dc3c12df273b6d972c (diff)
downloademacs-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.texi8
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
88nil; 88nil;
89 89
90@item 90@item
91a newline character is added to the buffer, unless
92@code{flymake-start-on-newline} is nil;
93
94@item
95some changes were made to the buffer more than @code{0.5} seconds ago 91some 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
222started after this many seconds, unless the user makes another change, 218started after this many seconds, unless the user makes another change,
223which resets the timer. 219which resets the timer.
224 220
225@item flymake-start-on-newline
226A boolean flag indicating whether to start syntax check immediately
227after a newline character is inserted into the buffer.
228
229@item flymake-start-on-flymake-mode 221@item flymake-start-on-flymake-mode
230A boolean flag indicating whether to start syntax check immediately 222A boolean flag indicating whether to start syntax check immediately
231after enabling @code{flymake-mode}. 223after enabling @code{flymake-mode}.