about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-17 11:07:47 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-17 11:07:47 +0000
commit47f979381ff34e83ff006897ce52c3692cd06c05 (patch)
treeb0d46e18b45cfa5361632ebee46021e9786fcadd /Doc
parentf9eb4b60bd5ee425689fdd3f7b65f120ed719917 (diff)
downloadzsh-47f979381ff34e83ff006897ce52c3692cd06c05.tar.gz
zsh-47f979381ff34e83ff006897ce52c3692cd06c05.tar.xz
zsh-47f979381ff34e83ff006897ce52c3692cd06c05.zip
various old patches ported back
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 085d912ef..7ee9818c3 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1064,15 +1064,15 @@ the file tt(/etc/resolv.conf).
 kindex(expand, completion style)
 item(tt(expand))(
 This style is used when completing strings consisting of multiple
-parts, such as path names.  If its
-value contains the string `tt(prefix)', the partially typed word from
+parts, such as path names.  If one of its values is
+the string `tt(prefix)', the partially typed word from
 the line will be expanded as far as possible even if trailing parts
-cannot be completed.  If it contains the string `tt(suffix)'
-and normal (non-menu-) completion is used, matching names for
+cannot be completed.  If one of its values is the string `tt(suffix)',
+matching names for
 components after the first ambiguous one will also be added.  This
 means that the resulting string is the longest unambiguous string
 possible, but if menu completion is started on the list of matches
-generated this way (e.g. due to the option tt(AUTO_MENU) being set),
+generated this way,
 this will also cycle through the names of the files in pathname
 components after the first ambiguous one.
 )