diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-23 20:53:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-23 20:53:40 +0000 |
commit | 96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9 (patch) | |
tree | 0adcbe8b433aed37e82058647d482bd711c1bef6 /Doc | |
parent | a1d6616455d68a07d009bc538355970826625f7a (diff) | |
download | zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.tar.gz zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.tar.xz zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.zip |
Michael Hwang: 26986: formatting
Diffstat (limited to 'Doc')
-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 e4272b654..b2f9e22b5 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4303,7 +4303,7 @@ findex(_parameters) item(tt(_parameters))( This is used to complete the names of shell parameters. -The option `tt(-g var(pattern))' limits the completion to parameters +The option `tt(-g) var(pattern)' limits the completion to parameters whose type matches the var(pattern). The type of a parameter is that shown by `tt(print ${(t))var(param)tt(})', hence judicious use of `tt(*)' in var(pattern) is probably necessary. |