about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-06 13:53:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-06 13:53:15 +0000
commit32ce1cdd7978155a49c9bd85faaf3895068edebe (patch)
tree6318148ea77448ae2f0a485fa29690f4b2d63a91 /Doc/Zsh/expn.yo
parent3e97b749f4ccee5bbfb1da1441b4b2cbe7eb2328 (diff)
downloadzsh-32ce1cdd7978155a49c9bd85faaf3895068edebe.tar.gz
zsh-32ce1cdd7978155a49c9bd85faaf3895068edebe.tar.xz
zsh-32ce1cdd7978155a49c9bd85faaf3895068edebe.zip
Mikael: 28487: fix docs to refer to current directory
rather than $PWD
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index bae3736a9..aadc72dfc 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1472,8 +1472,8 @@ described here.  If so, then the `tt(~)' and the checked portion are
 replaced with the appropriate substitute value.
 
 A `tt(~)' by itself is replaced by the value of tt($HOME).
-A `tt(~)' followed by a `tt(PLUS())' or a `tt(-)' is replaced by the value of
-tt($PWD) or tt($OLDPWD), respectively.
+A `tt(~)' followed by a `tt(PLUS())' or a `tt(-)' is replaced by current
+or previous working directory, respectively.
 
 A `tt(~)' followed by a number is replaced by the directory at that
 position in the directory stack.