diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-05-16 20:48:40 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-05-16 22:08:57 +0000 |
commit | 7c2a740d0f20fee3b953f6738f27b8339dd97d91 (patch) | |
tree | c8f340ff4abfea8420d98840daecf7b968da7114 /Doc/Zsh/compsys.yo | |
parent | 06c0a39895f7bec31ad947bbce90b35c4a5ba0f5 (diff) | |
download | zsh-7c2a740d0f20fee3b953f6738f27b8339dd97d91.tar.gz zsh-7c2a740d0f20fee3b953f6738f27b8339dd97d91.tar.xz zsh-7c2a740d0f20fee3b953f6738f27b8339dd97d91.zip |
users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' style.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 98ab46d8a..8d2813c5a 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1685,6 +1685,9 @@ example(zstyle ':completion:*' group-name '') All matches for which no group name is defined will be put in a group named tt(-default-). + +To display the group name in the output, see the tt(format) style (q.v.) +under the tt(descriptions) tag. ) kindex(group-order, completion style) item(tt(group-order))( |