about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)