diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compwid.yo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index ee2f7f2bd..c54caea31 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -259,9 +259,12 @@ group, this group will show the tt(LIST_PACKED) behavior. The same is done for the tt(LIST_ROWS_FIRST) option with the substring tt(rows). Finally, if the value contains the string tt(explanations), only the -explanation strings, if any, will be listed. It will be set -appropriately on entry to a completion widget and may be changed -there. +explanation strings, if any, will be listed and if it contains +tt(messages), only the messages (added with the tt(-x) option of +tt(compadd)) will be listed. If it contains both tt(explanations) and +tt(messages) both kinds of explanation strings will be listed. It +will be set appropriately on entry to a completion widget and may be +changed there. ) vindex(list_max, compstate) item(tt(list_max))( |