about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-02-09 20:36:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-02-09 20:36:46 +0000
commit6009c7cb57f79e124781b552fd609c8259d83672 (patch)
tree61f5161abcda1468bdfd4e793c65bd554faea618
parentf4f0becb633709741253f0b9677fdde60ae87faf (diff)
downloadzsh-6009c7cb57f79e124781b552fd609c8259d83672.tar.gz
zsh-6009c7cb57f79e124781b552fd609c8259d83672.tar.xz
zsh-6009c7cb57f79e124781b552fd609c8259d83672.zip
unposted: typo in formatting doc for last patch
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/expn.yo2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc13d86f2..0f54a22a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Doc/Zsh/expn.yo: typo in formatting.
+
 2010-02-09  Peter Stephenson  <pws@csr.com>
 
 	* 27694: NEWS, Completion/Zsh/Type/_globquals, Doc/Zsh/expn.yo,
@@ -12718,5 +12722,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4891 $
+* $Revision: 1.4892 $
 *****************************************************
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index cff2048f8..6b020a280 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2296,7 +2296,7 @@ expressions. As in parameter subscripting they may be negative to make
 them count from the last match backward. E.g.: `tt(*(-OL[1,3]))'
 gives a list of the names of the three largest files.
 )
-item(tt(P))(var(string))(
+item(tt(P)var(string))(
 The var(string) will be prepended to each glob match as a separate
 word.  var(string) is delimited in the same way as arguments to the
 tt(e) glob qualifier described above.  The qualifier can be repeated;