From 5821e7ef16b868c9300b52c2042845965ed3e874 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 16 Aug 2000 09:25:39 +0000 Subject: make $modules report aliases correctly (12654) --- Doc/Zsh/mod_parameter.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/mod_parameter.yo') 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. ) -- cgit 1.4.1