about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-17 12:42:57 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-17 12:42:57 +0000
commit8ac5e93d9ec9f3363465d44f89a035d1f9948d08 (patch)
tree38cd28b4a0c258e531202f140489fc97327d0831 /Doc
parent0e3f4cecde90d9c07bfae1a9d522b285bcc8d6a3 (diff)
downloadzsh-8ac5e93d9ec9f3363465d44f89a035d1f9948d08.tar.gz
zsh-8ac5e93d9ec9f3363465d44f89a035d1f9948d08.tar.xz
zsh-8ac5e93d9ec9f3363465d44f89a035d1f9948d08.zip
zsh-workers/9773
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 1ba3d1dad..0d84044c4 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -773,10 +773,11 @@ completed. If this is not set by the user domain names mentioned in
 tt(/etc/resolv.conf) will be used.
 )
 item(tt(expand))(
-Like tt(cursor), this style is used with the tt(paths) tag. If its
-value contains the string tt(prefix), the partially typed path from
-the line will be expanded as far as possible even if trailing pathname
-components can not be completed. If it contains the string tt(suffix)
+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
+the line will be expanded as far as possible even if trailing parts
+can not be completed. If it contains the string tt(suffix)
 and normal (non-menu-) completion is used, matching names for
 components after the first ambiguous one will be added, too. This
 means that the resulting string is the longest unambiguous string