From 153fbdcc33337fcde7f036d779a98843b64494b2 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 27 Mar 2018 08:21:31 +0200 Subject: [PATCH] Docs: add missing `*` for -buffer switch of exec/eval --- doc/pages/execeval.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/pages/execeval.asciidoc b/doc/pages/execeval.asciidoc index 8d7edb95..ad217588 100644 --- a/doc/pages/execeval.asciidoc +++ b/doc/pages/execeval.asciidoc @@ -3,11 +3,11 @@ == Description The *execute-keys* and *evaluate-commands* commands can be used to run -Kakoune commands, and should be used as follows: +Kakoune commands: ---------------------------- -execute-keys [] ... -evaluate-commands [] ... +execute-keys [] ... +evaluate-commands [] ... ---------------------------- *execute-keys* runs keys as if they were pressed, whereas *evaluate-commands* @@ -19,7 +19,7 @@ These two commands also save the following registers, who are then restored when the commands have been executed: */*, *"*, *|*, *^*, *@*. (See <>) -== Optional flags +== Optional switches *-client* :: execute in the context of the client named *name* @@ -41,7 +41,7 @@ when the commands have been executed: */*, *"*, *|*, *^*, *@*. *-buffer* :: execute in the context of each buffers in the comma separated list - *names*, as a name can be used to iterate on all buffers + *names*. `*` as a name can be used to iterate on all buffers *-no-hooks*:: disable hook execution while executing the keys/commands