From ad4caeac3af7c5a41d954d0421ed8cf873e0b0da Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Nov 2017 13:52:42 +0100 Subject: [PATCH] Regenerate docs --- doc/help/commands.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 354d269b3..49503fa5d 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1143,7 +1143,7 @@ How many steps to zoom out. |<>|Go back in the commandline history. |<>|Delete the current completion item. |<>|Shift the focus of the completion menu to another item. -|<>|Yank the current completion item onto the clipboard. +|<>|Yank the current completion item into the clipboard. |<>|Drop selection and keep selection mode enabled. |<>|Enter a key mode. |<>|Follow a hint. @@ -1252,10 +1252,10 @@ Shift the focus of the completion menu to another item. === completion-item-yank Syntax: +:completion-item-yank [*--sel*]+ -Yank the current completion item onto the clipboard. +Yank the current completion item into the clipboard. ==== optional arguments -* +*-s*+, +*--sel*+: True to use the primary selection instead of the clipboard. +* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard. [[drop-selection]] === drop-selection