From 796eb207301254e8f7dd73cdc088623ee4f191b1 Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Fri, 7 Feb 2020 16:57:09 +0100 Subject: [PATCH] Fix typo --- doc/pages/commands.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index b2089273..e6bf5804 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -279,7 +279,7 @@ but not really useful in that context. by the *define-command* command, see <>. - For *-shell-script-completions* and *-shell-script-candidates* + For *-shell-script-completion* and *-shell-script-candidates* completions, token_to_complete will always be 1, and the full prompt content will be passed as a single token. In other words, word splitting does not take place.