diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_parameter.yo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index 3640e39d8..97b46cd73 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -46,4 +46,19 @@ noderef(Parameter Expansion) . Setting or unsetting keys in this array is not possible. ) +vindex(modules) +item(tt(modules))( +An association giving information about module. The keys are the names +of the modules builtin, loaded, or registered to be autoloaded. The +value says which state the named module is in and is one of the +strings tt(builtin), tt(loaded), or tt(autoloaded). + +Setting or unsetting keys in this array is not possible. +) +vindex(dirstack) +item(tt(dirstack))( +A normal array holding the elements of the directory stack. Note that +the output of the tt(dirs) builtin command includes one more +directory, the current working directory. +) enditem() |