Merge remote-tracking branch 'lenormf/fix-doc-debug'

This commit is contained in:
Maxime Coste 2017-08-28 19:09:46 +07:00
commit 17a29ab3da
2 changed files with 2 additions and 2 deletions

View File

@ -973,7 +973,7 @@ Some options are built in Kakoune, and can be used to control its behaviour:
completion.
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
modification is detected.
* `debug` _flags(hooks|shell|profile)_: dump various debug information in
* `debug` _flags(hooks|shell|profile|keys|commands)_: dump various debug information in
the `*debug*` buffer.
* `idle_timeout` _int_: timeout, in milliseconds, with no user input that will
trigger the `PromptIdle`, `InsertIdle` and `NormalIdle` hooks.

View File

@ -132,7 +132,7 @@ Builtin options
*autoreload* 'enum(yes|no|ask)'::
auto reload the buffers when an external modification is detected
*debug* 'flags(hooks|shell|profile)'::
*debug* 'flags(hooks|shell|profile|keys|commands)'::
dump various debug information in the '\*debug*' buffer
*idle_timeout* 'int'::