about summary refs log tree commit diff
path: root/Doc/Zsh/mod_parameter.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-16 16:16:10 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-16 16:16:10 +0000
commit58f70c14eb91cdeaa2c37dcd0ae8c13610cf259e (patch)
treefb79baf7b04c2c4e7f78fbae1bea2fc6de8108f9 /Doc/Zsh/mod_parameter.yo
parent5d255f819c0e91496bfd7763056b43e41722fba5 (diff)
downloadzsh-58f70c14eb91cdeaa2c37dcd0ae8c13610cf259e.tar.gz
zsh-58f70c14eb91cdeaa2c37dcd0ae8c13610cf259e.tar.xz
zsh-58f70c14eb91cdeaa2c37dcd0ae8c13610cf259e.zip
zsh-workers/7863
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r--Doc/Zsh/mod_parameter.yo15
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()