From 188e6569dbb250b25bf3fe74b9d13007d5207b51 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Dec 1999 14:47:55 +0000 Subject: manual/8992 --- Doc/Zsh/mod_computil.yo | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'Doc/Zsh/mod_computil.yo') diff --git a/Doc/Zsh/mod_computil.yo b/Doc/Zsh/mod_computil.yo index 5bb045eec..51922b13f 100644 --- a/Doc/Zsh/mod_computil.yo +++ b/Doc/Zsh/mod_computil.yo @@ -6,8 +6,7 @@ some of the completion functions in the shell function based completions system (see ifzman(zmanref(zshcompsys))\ ifnzman(noderef(Completion System)) -). Except for tt(compquote) and tt(compdisplay) these builtin -commands are very +). Except for tt(compquote) these builtin commands are very specialised and thus not very interesting when writing your own completion functions. In short, these builtin commands are: @@ -24,22 +23,6 @@ innermost quoting level. The return value is non-zero in case of an error and zero otherwise. ) -item(tt(compfmt) var(name) var(string) var(defs) ...)( -The var(defs) ar of the form `var(char)tt(;)var(string)' and -tt(compfmt) will replace every occurance of the sequence -`tt(%)var(char)' for each of the var(char)s with the corresponding -var(string). The resulting string will be placed in the parameter -var(name). -) -item(tt(compdisplay) var(name) var(string) var(defs) ...)( -The var(defs) are strings which should be of the form -`var(str)tt(:)var(descr)' (the intended use is that the var(descr) -describes the var(str)) and tt(compdisplay) will convert them to -strings in which the colon is replaced by the var(string) given as the -second argument and spaces are inserted before that so that they are -aligned over all strings. These resultings strings are then assigned -to an array with the var(name) given as the first argument. -) item(tt(compdescribe))( This is used by the tt(_describe) function to build the displays for the matches and to get the strings to add as matches with their @@ -68,9 +51,6 @@ to access the state information to decide what should be completed. item(tt(compvalues))( Like tt(comparguments), but for the tt(_values) function. ) -item(tt(compstyle))( -This builtin implements the internals of the style mechanism. -) item(tt(comptags), tt(comptry))( This implements the internals of the tags mechanism. ) -- cgit 1.4.1