about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-07-21 09:34:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-07-21 09:34:08 +0000
commit2c8142351681124e8ce5f8f44a8539ae4e7bbe33 (patch)
tree5df513dce1227b7f6d165f563f6b550091203a5c /Doc/Zsh/options.yo
parent06bdda4fb8aa75dcb30c06e8309b89d7557a6931 (diff)
downloadzsh-2c8142351681124e8ce5f8f44a8539ae4e7bbe33.tar.gz
zsh-2c8142351681124e8ce5f8f44a8539ae4e7bbe33.tar.xz
zsh-2c8142351681124e8ce5f8f44a8539ae4e7bbe33.zip
27181: extend POSIX_CD to handle target directory printing behaviour
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 8629a0718..555d416e6 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -130,6 +130,14 @@ ifnzman(noderef(Shell Builtin Commands)).
 If the option is set, the shell does not test for directories beneath
 the local directory (`tt(.)') until after all directories in tt(cdpath)
 have been tested.
+
+Also, if the option is set, the conditions under which the shell
+prints the new directory after changing to it are modified.  It is
+no longer restricted to interactive shells (although printing of
+the directory stack with tt(pushd) is still limited to interactive
+shells); and any use of a component of tt(CDPATH), including a `tt(.)' but
+excluding an empty component that is otherwise treated as `tt(.)', causes
+the directory to be printed.
 )
 pindex(PUSHD_IGNORE_DUPS)
 pindex(NO_PUSHD_IGNORE_DUPS)