about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 09:32:04 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 09:32:04 +0000
commitd01795be2a8bd1988b3d84d8ce3f13f7563ee4e6 (patch)
tree01b01d3167ab5cfd3a9b65354f79e0b4b2fcf1e4 /Doc/Zsh/compsys.yo
parenta9d46be89d3470fb0630a84e66a9a6822da8bbce (diff)
downloadzsh-d01795be2a8bd1988b3d84d8ce3f13f7563ee4e6.tar.gz
zsh-d01795be2a8bd1988b3d84d8ce3f13f7563ee4e6.tar.xz
zsh-d01795be2a8bd1988b3d84d8ce3f13f7563ee4e6.zip
reverse meaning of yes=num again (12122)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e9b5ca9fe..5e36c2e3d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1595,7 +1595,7 @@ example, with the tt(MENU_COMPLETE) option).
 
 Using the form `tt(yes=)var(num)', where `tt(yes)' may be any of the
 true values (`tt(yes)', `tt(true)', `tt(on)' and `tt(1)') turns on
-menu completion if there at most var(num) matches.  Using this for one
+menu completion if there at least var(num) matches.  Using this for one
 of the `false' values (as in `tt(no=10)') makes menu completion
 em(not) be used if there are var(num) or more matches.  Of course,
 this is only useful when menu completion is normally used, e.g. by