about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2011-05-07 18:39:35 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2011-05-07 18:39:35 +0000
commit0ba32c913067130a8251569076b41402032b1afe (patch)
tree33a9c1dff5be0f0cba3e6757fd366ccb347309f5
parente1be101682739324b96f0788cccf8db99f7b5f6a (diff)
downloadzsh-0ba32c913067130a8251569076b41402032b1afe.tar.gz
zsh-0ba32c913067130a8251569076b41402032b1afe.tar.xz
zsh-0ba32c913067130a8251569076b41402032b1afe.zip
unposted: Add missing word ("style") spotted by Bart.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/contrib.yo4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d66c8fd7..0b9cc79df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* 29170: Doc/Zsh/contrib.yo: vcs_info: Clarify check-for-changes
 	style behaviour with the mercurial backend.
 
+	* unposted: Doc/Zsh/contrib.yo: Add missing word ("style") spotted
+	by Bart.
+
 2011-05-06  Peter Stephenson  <pws@csr.com>
 
 	* 29163: README, Etc/FAQ.yo: update latest version claimed
@@ -14595,5 +14598,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5279 $
+* $Revision: 1.5280 $
 *****************************************************
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index dc62a29f7..31f41942f 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -827,8 +827,8 @@ styles. The only backends that currently support this option are tt(git) and
 tt(hg) (tt(hg) only supports unstaged).
 
 For this style to be evaluated with the tt(hg) backend, the var(get-revision)
-needs to be set and the var(use-simple) style needs to be unset. The latter
-is the default; the former is not.
+style needs to be set and the var(use-simple) style needs to be unset. The
+latter is the default; the former is not.
 
 Note, the actions taken if this style is enabled are potentially expensive
 (read: they may be slow, depending on how big the current repository is).