diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-05-18 20:53:21 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-05-18 20:53:21 +1000 |
| commit | 3d6d61141c33b7f104f3d268d8ecaef3186009b3 (patch) | |
| tree | 0c92be65a4ff3c1d7380e57294cf632f4d1d9321 | |
| parent | 4aa151d6d0883eeda752e8d04679380310840952 (diff) | |
| parent | 9bc5e76ad73d86579370c41a50c844a71d579c53 (diff) | |
Merge remote-tracking branch 'somasis/doc-style'
| -rw-r--r-- | doc/pages/commands.asciidoc | 2 | ||||
| -rw-r--r-- | doc/pages/hooks.asciidoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index 0d9c8fce..940b109f 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -501,7 +501,7 @@ New commands can be defined using the *define-command* command: following string is a shell command which takes parameters as positional params and outputs one completion candidate per line. The provided shell command will run once at the beginning of each - completion session, candidates are cached and then used by kakoune + completion session, candidates are cached and then used by Kakoune internal fuzzy engine during the execution of the shell command, the following env vars are diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc index baab06a1..46de9133 100644 --- a/doc/pages/hooks.asciidoc +++ b/doc/pages/hooks.asciidoc @@ -153,11 +153,11 @@ name. Hooks with no description will always use an empty string. and the `on-key -mode-name bar` command pushes 'next-key[bar]' mode. *KakBegin* `session name`:: - kakoune has started, this hook is called just after reading the user + Kakoune has started, this hook is called just after reading the user configuration files *KakEnd*:: - kakoune is quitting + Kakoune is quitting *FocusIn* `client name`:: on supported clients, triggered when the client gets focused |
