diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-05-21 21:37:25 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-05-21 21:37:25 +1000 |
| commit | 2bef1f1eb8314de610e0922c91d3df98152a7bb2 (patch) | |
| tree | b55d6799c3996c2bebbe49bd3532338dd087c331 | |
| parent | 6b7f44593611f9a03b5630b1ecc8f8fb8f45a1e1 (diff) | |
| parent | 35c8ca697704e8773334f294dafd5a51059e7851 (diff) | |
Merge remote-tracking branch 'occivink/typos'
| -rw-r--r-- | doc/pages/hooks.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc index ec45fe63..1bd252a0 100644 --- a/doc/pages/hooks.asciidoc +++ b/doc/pages/hooks.asciidoc @@ -46,7 +46,7 @@ The parameter string associated with each hook is described after the hook name. Hooks with no description will always use an empty string. *NormalIdle*:: - a certain duration has passed since last key was pressed in normal mode + a certain duration has passed since the last keypress in normal mode *NormalBegin*:: entering normal mode @@ -58,7 +58,7 @@ name. Hooks with no description will always use an empty string. a key is received in normal mode *InsertIdle*:: - a certain duration has passed since last key was pressed in insert mode + a certain duration has passed since the last keypress in insert mode *InsertBegin*:: entering insert mode @@ -79,10 +79,10 @@ name. Hooks with no description will always use an empty string. the cursor moved (without inserting) in insert mode *PromptIdle*:: - a certain duration has passed since last key was pressed in prompt mode + a certain duration has passed since the last keypress in prompt mode *WinCreate* `buffer name`:: - a window was created. This hook is executed in draft context, so any a + a window was created. This hook is executed in draft context, so any changes to selections or input state will be discarded. *WinClose* `buffer name`:: @@ -98,7 +98,7 @@ name. Hooks with no description will always use an empty string. *WinSetOption* `<option_name>=<new_value>`:: an option was set in a window context. This hook is executed in a draft - acontext, so any changes to selections or input state will be discarded. + context, so any changes to selections or input state will be discarded. *GlobalSetOption* `<option_name>=<new_value>`:: an option was set at the global scope |
