summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dc230fc6..ce450da29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * Michael Hwang: 26986: Doc/Zsh/compsys.yo: formatting.
+
2009-05-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 26978: Julien Langer: Completion/Unix/Command/_stgit: complete
@@ -11761,5 +11765,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4697 $
+* $Revision: 1.4698 $
*****************************************************
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.