diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-06 13:53:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-06 13:53:15 +0000 |
commit | 32ce1cdd7978155a49c9bd85faaf3895068edebe (patch) | |
tree | 6318148ea77448ae2f0a485fa29690f4b2d63a91 /Doc/Zsh/builtins.yo | |
parent | 3e97b749f4ccee5bbfb1da1441b4b2cbe7eb2328 (diff) | |
download | zsh-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/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 02071fbeb..3be4a8b21 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -169,7 +169,7 @@ item(tt(cd) [ tt(-qsLP) ] {tt(PLUS())|tt(-)}var(n))( Change the current directory. In the first form, change the current directory to var(arg), or to the value of tt($HOME) if var(arg) is not specified. If var(arg) is `tt(-)', change to the -value of tt($OLDPWD), the previous directory. +previous directory. Otherwise, if var(arg) begins with a slash, attempt to change to the directory given by var(arg). |