about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-21 03:54:41 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-27 18:25:13 +0000
commit5dbfbd8bd016832c46c63b095cb60d043b37d379 (patch)
treede051fbad95227eaf6f1d7d174f3ea01b2b80f33 /Doc/Zsh/contrib.yo
parent85ffb55e99e9dd474b9cf15c28b649161be10d4c (diff)
downloadzsh-5dbfbd8bd016832c46c63b095cb60d043b37d379.tar.gz
zsh-5dbfbd8bd016832c46c63b095cb60d043b37d379.tar.xz
zsh-5dbfbd8bd016832c46c63b095cb60d043b37d379.zip
unposted: Minor documentation fixes (markup, grammar, etc).
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 653d1bc98..623507283 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1051,7 +1051,7 @@ tt(:vcs_info:-init-:*:-all-) context.
 
 Say, tt(~/.zsh) is a directory under version control, in which you do
 not want tt(vcs_info) to be active, do:
-example(zstyle ':vcs_info:*' disable-patterns "$HOME/.zsh+LPAR()|/*+RPAR()")
+example(zstyle ':vcs_info:*' disable-patterns "${+LPAR()b+RPAR()HOME}/.zsh+LPAR()|/*+RPAR()")
 )
 kindex(use-quilt)
 item(tt(use-quilt))(
@@ -1070,7 +1070,7 @@ tt(Quilt Support) for details.
 )
 kindex(quiltcommand)
 item(tt(quiltcommand))(
-When tt(quilt) itself is called in quilt support the value of this style
+When tt(quilt) itself is called in quilt support, the value of this style
 is used as the command name.
 )
 kindex(check-for-changes)