about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2013-03-13 19:49:02 +0000
committerMikael Magnusson <mikachu@gmail.com>2013-03-13 19:49:02 +0000
commitdcbeba98898463acc213b7b55fc09a74d6a2e60b (patch)
tree9cae4af825e4d32405467a09a14b5074c28e1d9b /Doc
parenta4b590a2ee475e739b5f3977405139b3a5bd6723 (diff)
downloadzsh-dcbeba98898463acc213b7b55fc09a74d6a2e60b.tar.gz
zsh-dcbeba98898463acc213b7b55fc09a74d6a2e60b.tar.xz
zsh-dcbeba98898463acc213b7b55fc09a74d6a2e60b.zip
unposted: adjust another mention of psvar
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 14886d676..227914105 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -619,7 +619,7 @@ To load tt(vcs_info):
 example(autoload -Uz vcs_info)
 
 It can be used in any existing prompt, because it does not require any
-tt($psvar) entries to be left available.
+specific tt($psvar) entries to be available.
 
 subsect(Quickstart)