diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-17 17:14:09 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-17 17:14:09 +0000 |
commit | 35352d833b5b2cc603a51e81ecfb52a8d65175e1 (patch) | |
tree | 656847739a0448c8b35b5120ec14f06f67ffff0e /Doc/Zsh/compsys.yo | |
parent | ff494e029907871d2cd4ea2f5901ec723a42865b (diff) | |
download | zsh-35352d833b5b2cc603a51e81ecfb52a8d65175e1.tar.gz zsh-35352d833b5b2cc603a51e81ecfb52a8d65175e1.tar.xz zsh-35352d833b5b2cc603a51e81ecfb52a8d65175e1.zip |
Add missing close-paren
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f69c8a3d7..c4b30406e 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3943,7 +3943,7 @@ Finally, the tt(_path_files) function uses the styles tt(expand), tt(ambiguous), tt(special-dirs), tt(list-suffixes) and tt(file-sort). ) findex(_pick_variant) -item(tt(_pick_variant [ tt(-c) var(command) ] [ tt(-r) var(name) ] var(command)tt(=)var(pattern) ... var(command) [ var(args ... ]))( +item(tt(_pick_variant [ tt(-c) var(command) ] [ tt(-r) var(name) ] var(command)tt(=)var(pattern) ... var(command) [ var(args) ... ]))( This function is used to resolve situations where a command has more than one variant, each requiring different handling or where there is a name clash between two different commands. |