diff options
author | Juri Linkov <juri@linkov.net> | 2019-05-05 23:05:01 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-05-05 23:05:01 +0300 |
commit | be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a (patch) | |
tree | 1a24c9a05d78f6c12e4854e64a3a579eb1435b3a /doc/misc/flymake.texi | |
parent | 4bfde2a79046519815e2bb8a8eb72e22eca0641f (diff) | |
download | emacs-be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a.tar.gz emacs-be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a.tar.bz2 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/misc/flymake.texi')
-rw-r--r-- | doc/misc/flymake.texi | 4 |
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; @item a newline character is added to the buffer, unless -@code{flymake-start-syntax-check-on-newline} is nil; +@code{flymake-start-on-newline} is nil; @item some 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 started after this many seconds, unless the user makes another change, which resets the timer. -@item flymake-start-syntax-check-on-newline +@item flymake-start-on-newline A boolean flag indicating whether to start syntax check immediately after a newline character is inserted into the buffer. |