From e0b26186f1d3c1a3a580eb7e8a8199c25536f4e6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 26 Oct 1999 15:36:10 +0000 Subject: manual/8424 --- Doc/Zsh/compctl.yo | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Doc/Zsh/compctl.yo') diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index 85993e917..b55aa91be 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -141,7 +141,7 @@ startlist() list([ tt(-fcFBdeaRGovNAIOPZEnbjrzu/12) ]) list([ tt(-k) var(array) ] [ tt(-g) var(globstring) ] \ [ tt(-s) var(subststring) ]) -list([ tt(-K) var(function) ] [ tt(-i) var(function) ]) +list([ tt(-K) var(function) ]) list([ tt(-Q) ] [ tt(-P) var(prefix) ] [ tt(-S) var(suffix) ]) list([ tt(-W) var(file-prefix) ] [ tt(-H) var(num pattern) ]) list([ tt(-q) ] [ tt(-X) var(explanation) ] [ tt(-Y) var(explanation) ]) @@ -314,13 +314,6 @@ compctl -K whoson talk) completes only logged-on users after `tt(talk)'. Note that `tt(whoson)' must return an array, so `tt(reply=`users`)' would be incorrect. ) -item(tt(-i) var(function))( -Like tt(-K), but the function is invoked in a context like that for -completion widgets, see -ifzman(zmanref(zshzle))\ -ifnzman(noderef(The zle Module)) -for more information. -) item(tt(-H) var(num pattern))( The possible completions are taken from the last var(num) history lines. Only words matching var(pattern) are taken. If var(num) is -- cgit 1.4.1