summaryrefslogtreecommitdiff
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
parenta4b590a2ee475e739b5f3977405139b3a5bd6723 (diff)
downloadzsh-dcbeba98898463acc213b7b55fc09a74d6a2e60b.tar.gz
zsh-dcbeba98898463acc213b7b55fc09a74d6a2e60b.zip
unposted: adjust another mention of psvar
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c386f27fd..f4f3a1990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-13 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Doc/Zsh/contrib.yo: Also adjust a mention of psvar
+ in the vcs info documentation.
+
2013-03-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted, c.f. thread from 31144: Doc/Zsh/params.yo: all psvar
@@ -588,5 +593,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5818 $
+* $Revision: 1.5819 $
*****************************************************
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)