diff options
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 6 |
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 |