summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compctl.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 08:41:35 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 08:41:35 +0000
commit62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2 (patch)
treed5902174c74bf971f42372847fdca6bf8eaa0ccc /Doc/Zsh/compctl.yo
parent0f2250de44f1d753d7d9dc7e0d4f8927137bd956 (diff)
downloadzsh-62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2.tar.gz
zsh-62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2.zip
cleanup (12896)
Diffstat (limited to 'Doc/Zsh/compctl.yo')
-rw-r--r--Doc/Zsh/compctl.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo
index 821916161..57ccc17bd 100644
--- a/Doc/Zsh/compctl.yo
+++ b/Doc/Zsh/compctl.yo
@@ -428,7 +428,7 @@ tt(-K) option) which can examine the word components passed to it
use its own criteria to decide what matches. If there is no
completion, the original word is retained. Since the produced
possible completions seldom have interesting common prefixes
-and suffixes, menucompletion is started immediately if tt(AUTO_MENU) is
+and suffixes, menu completion is started immediately if tt(AUTO_MENU) is
set and this flag is used.
)
item(tt(-y) var(func-or-var))(
@@ -499,7 +499,7 @@ words those before the `tt(-x)'.
)
item(tt(-J) var(name))(
This gives the name of the group the matches should be placed in. Groups
-are listed and sorted separately; likewise, menucompletion will offer
+are listed and sorted separately; likewise, menu completion will offer
the matches in the groups in the order in which the groups were
defined. If no group name is explicitly given, the matches are stored in
a group named var(default). The first time a group name is encountered,
@@ -518,7 +518,7 @@ before all variables.
)
item(tt(-V) var(name))(
Like tt(-J), but matches within the group will not be sorted in listings
-nor in menucompletion. These unsorted groups are in a different name
+nor in menu completion. These unsorted groups are in a different name
space from the sorted ones, so groups defined as tt(-J files) and tt(-V
files) are distinct.
)