From 3343c75efdb25e274df824e016b0bb3552b1c0ba Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 27 Jul 2000 10:59:43 +0000 Subject: fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405) --- Doc/Zsh/compsys.yo | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 76840e129..d6a796f67 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1628,8 +1628,11 @@ of the `false' values (as in `tt(no=10)') makes menu completion em(not) be used if there are var(num) or more matches. Of course, this is only useful when menu completion is normally used, e.g. by setting the tt(MENU_COMPLETE) option. The `true' values may also be -used in the form `tt(yes=long-list)' to turn on menu completion -whenever listing is done and the list does not fit onto the screen. +used in the form `tt(yes=long)' to turn on menu completion +if the list does not fit onto the screen. This will start menu +completion only if normal completion was attempted, not when only the +list of possible completions was requested. To start menu completion +even then, the value `tt(yes=long-list)' can be used. In addition to (or instead of) the above possibilities, the value may contain the string `tt(select)', optionally followed by an equal sign and a -- cgit 1.4.1