summaryrefslogtreecommitdiff
path: root/doc/misc/flymake.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-05-07 23:29:14 +0300
committerJuri Linkov <juri@linkov.net>2019-05-07 23:29:14 +0300
commit4cb64ac3f9468422b471d9cc4c8edbc92fab6722 (patch)
tree04592d18f987394a1f72a39ed6032d2adf717f27 /doc/misc/flymake.texi
parent504f8e551f88b5d58cf3d2dc3c12df273b6d972c (diff)
downloademacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.tar.gz
emacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.tar.bz2
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/flymake.texi')
-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
nil;
@item
-a newline character is added to the buffer, unless
-@code{flymake-start-on-newline} is nil;
-
-@item
some changes were made to the buffer more than @code{0.5} seconds ago
(the delay is configurable in @code{flymake-no-changes-timeout}).
@end itemize
@@ -222,10 +218,6 @@ If any changes are made to the buffer, syntax check is automatically
started after this many seconds, unless the user makes another change,
which resets the timer.
-@item flymake-start-on-newline
-A boolean flag indicating whether to start syntax check immediately
-after a newline character is inserted into the buffer.
-
@item flymake-start-on-flymake-mode
A boolean flag indicating whether to start syntax check immediately
after enabling @code{flymake-mode}.