about summary refs log tree commit diff
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
parenta1d6616455d68a07d009bc538355970826625f7a (diff)
downloadzsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.tar.gz
zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.tar.xz
zsh-96a38a74f08749b2bbf960e3f0e51e2bbdbc15a9.zip
Michael Hwang: 26986: formatting
-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.