about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2013-03-13 18:47:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2013-03-13 18:47:55 +0000
commita4b590a2ee475e739b5f3977405139b3a5bd6723 (patch)
tree01f3652c230174305a933908ae9689cdf8a98745 /Doc
parentfb3ad98f71861c9676c972e00e7c76879ec17e41 (diff)
downloadzsh-a4b590a2ee475e739b5f3977405139b3a5bd6723.tar.gz
zsh-a4b590a2ee475e739b5f3977405139b3a5bd6723.tar.xz
zsh-a4b590a2ee475e739b5f3977405139b3a5bd6723.zip
based on 31144 etc.: all entries of psvar can now be shown in prompts
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index b7b7750ff..8c37c2de2 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1215,7 +1215,7 @@ In sh or ksh emulation, the default is `tt(PLUS() )'.
 vindex(psvar)
 vindex(PSVAR)
 item(tt(psvar) <S> <Z> (tt(PSVAR) <S>))(
-An array (colon-separated list) whose first nine values can be used in
+An array (colon-separated list) whose elements can be used in
 tt(PROMPT) strings.  Setting tt(psvar) also sets tt(PSVAR), and
 vice versa.
 )