From 32ce1cdd7978155a49c9bd85faaf3895068edebe Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 6 Dec 2010 13:53:15 +0000 Subject: Mikael: 28487: fix docs to refer to current directory rather than $PWD --- Doc/Zsh/expn.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/expn.yo') 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. -- cgit 1.4.1