diff --git a/README.asciidoc b/README.asciidoc index c59605eb..86d56b54 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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. diff --git a/doc/manpages/options.asciidoc b/doc/manpages/options.asciidoc index f6adec0c..07d6d0b5 100644 --- a/doc/manpages/options.asciidoc +++ b/doc/manpages/options.asciidoc @@ -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'::