summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index f51c643e..955e3879 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -393,9 +393,9 @@ g:ale_lint_on_enter *g:ale_lint_on_enter*
Type: |Number|
Default: `1`
- When this option is set to `1`, the |BufEnter| and |BufRead| events will be
- used to apply linters when buffers are first opened. If this is not desired,
- this variable can be set to `0` in your vimrc file to disable this
+ When this option is set to `1`, the |BufWinEnter| and |BufRead| events will
+ be used to apply linters when buffers are first opened. If this is not
+ desired, this variable can be set to `0` in your vimrc file to disable this
behaviour.