about summary refs log tree commit diff
path: root/Doc/Zsh/compwid.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-22 11:28:29 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-22 11:28:29 +0000
commit91f40b975f17242cfcdb8b9b2166033b7f02f102 (patch)
tree072e17fc4c6ef6307764fbdabafc2d112115f637 /Doc/Zsh/compwid.yo
parentc955b76cc54a8db00d7d9708dfa405685ab63675 (diff)
downloadzsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.tar.gz
zsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.tar.xz
zsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.zip
be more careful when decided if to insert tabs instead of completing (11493)
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r--Doc/Zsh/compwid.yo3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 4614e4bd6..e2083baba 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -314,8 +314,7 @@ match to insert, given after a colon.  For example, `tt(menu:2)' says
 to start menucompletion, beginning with the second match.
 
 Note that a value containing the substring `tt(tab)' makes the
-matches generated be ignored and only the character that was used to
-call the completion widget be inserted.
+matches generated be ignored and only the TAB be inserted.
 
 Finally, it may also be set to tt(all), which makes all matches
 generated be inserted into the line.