about summary refs log tree commit diff
path: root/Doc/Zsh/options.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/options.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/options.yo')
-rw-r--r--Doc/Zsh/options.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 467c92723..eb5ce37cb 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -93,9 +93,9 @@ item(tt(CHASE_DOTS))(
 When changing to a directory containing a path segment `tt(..)' which would
 otherwise be treated as canceling the previous segment in the path (in
 other words, `tt(foo/..)' would be removed from the path, or if `tt(..)' is
-the first part of the path, the last part of tt($PWD) would be deleted),
-instead resolve the path to the physical directory.  This option is
-overridden by tt(CHASE_LINKS).
+the first part of the path, the last part of the current working directory
+would be removed), instead resolve the path to the physical directory.
+This option is overridden by tt(CHASE_LINKS).
 
 For example, suppose tt(/foo/bar) is a link to the directory tt(/alt/rod).
 Without this option set, `tt(cd /foo/bar/..)' changes to tt(/foo); with it