about summary refs log tree commit diff
path: root/Doc/Zsh/mod_parameter.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-16 09:25:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-16 09:25:39 +0000
commit5821e7ef16b868c9300b52c2042845965ed3e874 (patch)
tree12ba76e5fe9d899abe314343a4be63629e0112ee /Doc/Zsh/mod_parameter.yo
parent00eb6e8a25e956bd0dfc3c7e8e7dec266f33ce33 (diff)
downloadzsh-5821e7ef16b868c9300b52c2042845965ed3e874.tar.gz
zsh-5821e7ef16b868c9300b52c2042845965ed3e874.tar.xz
zsh-5821e7ef16b868c9300b52c2042845965ed3e874.zip
make $modules report aliases correctly (12654)
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r--Doc/Zsh/mod_parameter.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo
index ef8eed07a..dc611258e 100644
--- a/Doc/Zsh/mod_parameter.yo
+++ b/Doc/Zsh/mod_parameter.yo
@@ -91,9 +91,10 @@ Setting or unsetting keys in this array is not possible.
 vindex(modules)
 item(tt(modules))(
 An associative array giving information about modules. The keys are the names
-of the modules builtin, loaded, or registered to be autoloaded. The
+of the modules loaded, registered to be autoloaded, or aliased. The
 value says which state the named module is in and is one of the
-strings tt(builtin), tt(loaded), or tt(autoloaded).
+strings `tt(loaded)', `tt(autoloaded)', or `tt(alias:)var(name)',
+where var(name) is the name the module is aliased to.
 
 Setting or unsetting keys in this array is not possible.
 )