diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-02 11:20:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-02 11:20:10 +0000 |
commit | 48cd3184fbd74886d39a71e8bb18109e47b79262 (patch) | |
tree | 7d30c9e9d7434792aae5718b2c7e6793212d4c69 /Doc/Zsh/compsys.yo | |
parent | 997d40c05d608fd849bb0f4377f31218dc266b02 (diff) | |
download | zsh-48cd3184fbd74886d39a71e8bb18109e47b79262.tar.gz zsh-48cd3184fbd74886d39a71e8bb18109e47b79262.tar.xz zsh-48cd3184fbd74886d39a71e8bb18109e47b79262.zip |
two more doc fixes (11060)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8117d445b..8a0d135f3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1713,9 +1713,8 @@ For example: example(zstyle ':completion:*:complete:-command-:*' tag-order \ 'commands functions') -specifies that completion in command position after tt(gunzip) should -offer only completions for external commands and shell functions -immediately. +specifies that completion in command position should offer only +completions for external commands and shell functions immediately. In addition to tag names, each string in the value may take one of the following forms: @@ -2908,7 +2907,7 @@ Finally, the var(opt-spec) may contain a explanation string. This is given in brackets at the end, as in `tt(-q[query operation])'. The tt(verbose) style is used to decide if these explanation strings should be printed when options are listed. If no -explanation string is given but the tt(auto-describe) style is +explanation string is given but the tt(auto-description) style is set and only one argument is described for this var(opt-spec), the option will be described by the value of the style with any appearance of the sequence `tt(%d)' in it replaced by the description for the |