diff options
| author | Maxime Coste <mawww@kakoune.org> | 2016-12-15 13:50:12 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2016-12-15 13:50:12 +0000 |
| commit | 4fd12164ddb7b6093d1630d396327ee53b782d51 (patch) | |
| tree | 542efe4be9a6a1ab5ec36a0b473e5a998359ac7b /src | |
| parent | 71cc9f101122d9864e7078c72704b89ae8b4f00b (diff) | |
| parent | 99f38c99ecb7bbe33846d789155fa03e341c7e3d (diff) | |
Merge remote-tracking branch 'Delapouite/prompt'
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index 0bb2b11f..f8951e05 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1681,7 +1681,7 @@ const CommandDesc eval_string_cmd = { const CommandDesc prompt_cmd = { "prompt", nullptr, - "prompt <prompt> <command>: prompt the use to enter a text string" + "prompt <prompt> <command>: prompt the user to enter a text string " "and then executes <command>, entered text is available in the 'text' value", ParameterDesc{ { { "init", { true, "set initial prompt content" } }, |
