From 58f70c14eb91cdeaa2c37dcd0ae8c13610cf259e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Sep 1999 16:16:10 +0000 Subject: zsh-workers/7863 --- Doc/Zsh/mod_parameter.yo | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Doc/Zsh/mod_parameter.yo') 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() -- cgit 1.4.1