diff options
| author | Juri Linkov | 2019-05-05 23:05:01 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-05-05 23:05:01 +0300 |
| commit | be3ab9f301bf741b0410c1f9fb1c5ce6dda1c39a (patch) | |
| tree | 1a24c9a05d78f6c12e4854e64a3a579eb1435b3a /doc | |
| parent | 4bfde2a79046519815e2bb8a8eb72e22eca0641f (diff) | |
| download | emacs-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.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; | |||
| 89 | 89 | ||
| 90 | @item | 90 | @item |
| 91 | a newline character is added to the buffer, unless | 91 | a 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 |
| 95 | some changes were made to the buffer more than @code{0.5} seconds ago | 95 | 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 | |||
| 222 | started after this many seconds, unless the user makes another change, | 222 | started after this many seconds, unless the user makes another change, |
| 223 | which resets the timer. | 223 | which resets the timer. |
| 224 | 224 | ||
| 225 | @item flymake-start-syntax-check-on-newline | 225 | @item flymake-start-on-newline |
| 226 | A boolean flag indicating whether to start syntax check immediately | 226 | A boolean flag indicating whether to start syntax check immediately |
| 227 | after a newline character is inserted into the buffer. | 227 | after a newline character is inserted into the buffer. |
| 228 | 228 | ||