From 8066c8066520d734d22ab17992bd3787777d4130 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 28 Oct 1999 08:13:52 +0000 Subject: zsh-workers/8471 --- Doc/Zsh/mod_parameter.yo | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) (limited to 'Doc/Zsh/mod_parameter.yo') diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index 0cf44d4b1..cb2706767 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -27,36 +27,52 @@ hash table. ) vindex(functions) item(tt(functions))( -This association maps function names to their definitions. Setting a -key in it is like defining a function with the name given by the key -and the body given by the value. Unsetting a key removes the -definition for the function named by the key. +This association maps names of enabled functions to their +definitions. Setting a key in it is like defining a function with the +name given by the key and the body given by the value. Unsetting a key +removes the definition for the function named by the key. +) +vindex(disfunctions) +item(tt(disfunctions))( +Like tt(functions) but for disabled functions. ) vindex(builtins) item(tt(builtins))( This association gives information about the builtin commands -currently known. The keys are the names of the builtin commands and +currently enabled. The keys are the names of the builtin commands and the values are either `tt(undefined)' for builtin commands that will automatically be loaded from a module if invoked or `tt(defined)' for -builtin commands that are already loaded. Also, the string -`tt( )' will be prepended to the value if the builtin -command is currently disabled. +builtin commands that are already loaded. +) +vindex(disbuiltins) +item(tt(disbuiltins))( +Like tt(builtins) but for disabled builtin commands. ) vindex(reswords) item(tt(reswords))( -This association maps the reserved words to one of `tt()' or -`tt()' for enabled and disabled reserved words, respectively. +This array contains the enabled reserved words. +) +vindex(disreswords) +item(tt(disreswords))( +Like tt(reswords) but for disabled reserved words. ) vindex(raliases) item(tt(raliases))( -This maps the names of the regular aliases currently defined to their -expansions. For disabled aliases the string `tt()' is -prepended to their value. +This maps the names of the regular aliases currently enabled to their +expansions. +) +vindex(disraliases) +item(tt(disraliases))( +Like tt(raliases) but for disabled regular aliases. ) vindex(galiases) item(tt(galiases))( Like tt(raliases), but for global aliases. ) +vindex(disgaliases) +item(tt(disgaliases))( +Like tt(galiases) but for disabled global aliases. +) vindex(parameters) item(tt(parameters))( The keys in this associative array are the names of the parameters -- cgit 1.4.1