summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-05-23 20:53:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-05-23 20:53:40 +0000
commit96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9 (patch)
tree0adcbe8b433aed37e82058647d482bd711c1bef6 /Doc/Zsh/compsys.yo
parenta1d6616455d68a07d009bc538355970826625f7a (diff)
downloadzsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.tar.gz
zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.zip
Michael Hwang: 26986: formatting
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
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.