aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2019-05-05 23:05:01 +0300
committerJuri Linkov2019-05-05 23:05:01 +0300
commitbe3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a (patch)
tree1a24c9a05d78f6c12e4854e64a3a579eb1435b3a /doc
parent4bfde2a79046519815e2bb8a8eb72e22eca0641f (diff)
downloademacs-be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a.tar.gz
emacs-be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a.zip
* lisp/progmodes/flymake.el: Rename flymake-start-on-newline (bug#34294)
* lisp/progmodes/flymake.el (flymake-start-on-newline): Rename from flymake-start-syntax-check-on-newline. (flymake-start-syntax-check-on-newline): Define obsolete alias. (flymake-no-changes-timeout): Add customization option nil. * doc/misc/flymake.texi (Using Flymake): Rename variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/flymake.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 894203ca5a1..4608d1c973d 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -89,7 +89,7 @@ nil;
89 89
90@item 90@item
91a newline character is added to the buffer, unless 91a newline character is added to the buffer, unless
92@code{flymake-start-syntax-check-on-newline} is nil; 92@code{flymake-start-on-newline} is nil;
93 93
94@item 94@item
95some changes were made to the buffer more than @code{0.5} seconds ago 95some changes were made to the buffer more than @code{0.5} seconds ago
@@ -222,7 +222,7 @@ If any changes are made to the buffer, syntax check is automatically
222started after this many seconds, unless the user makes another change, 222started after this many seconds, unless the user makes another change,
223which resets the timer. 223which resets the timer.
224 224
225@item flymake-start-syntax-check-on-newline 225@item flymake-start-on-newline
226A boolean flag indicating whether to start syntax check immediately 226A boolean flag indicating whether to start syntax check immediately
227after a newline character is inserted into the buffer. 227after a newline character is inserted into the buffer.
228 228