about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-04-14 09:59:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-04-14 09:59:39 +0000
commit047ee6aaf388425939d1c07f9d3a123f3727a9c0 (patch)
tree2d90d07ca68022f9e4de78b1d366faea370b8177 /Doc/Zsh/compsys.yo
parente694590b37dc59ad2dd1b417a0649aa6709bfbb4 (diff)
downloadzsh-047ee6aaf388425939d1c07f9d3a123f3727a9c0.tar.gz
zsh-047ee6aaf388425939d1c07f9d3a123f3727a9c0.tar.xz
zsh-047ee6aaf388425939d1c07f9d3a123f3727a9c0.zip
unposted: slightly rephrase path-completion doc
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 88eec25f1..84bf3d08a 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2267,8 +2267,8 @@ This is used by filename completion.  By default, filename completion
 examines all components of a path to see if there are completions of
 that component.  For example, tt(/u/b/z) can be completed to
 tt(/usr/bin/zsh).  Explicitly setting this style to tt(false) inhibits this
-behaviour for path components before the cursor; this overrides the
-setting of tt(accept-exact-dirs).
+behaviour for path components up to the tt(/) before the cursor; this
+overrides the setting of tt(accept-exact-dirs).
 
 Even with the style set to tt(false), it is still possible to complete
 multiple paths by setting the option tt(COMPLETE_IN_WORD) and moving the