summaryrefslogtreecommitdiff
path: root/Doc/Zsh/mod_zleparameter.yo
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2016-12-04 04:32:03 +0100
committerAxel Beckert <abe@deuxchevaux.org>2016-12-04 04:32:03 +0100
commit3e439c3863f14c82f70666804c8570a13b3732e6 (patch)
tree07036c43e0f3f9242bb6dd42cd2a849ec8ea8aca /Doc/Zsh/mod_zleparameter.yo
parent2aedc4b88fd0e87b89583983951b04b96f48efd3 (diff)
parent7b7e84f0815ed22a0ee348a217776529035dccf3 (diff)
downloadzsh-3e439c3863f14c82f70666804c8570a13b3732e6.tar.gz
zsh-3e439c3863f14c82f70666804c8570a13b3732e6.zip
Merge tag 'zsh-5.2-test-1' into debian
Diffstat (limited to 'Doc/Zsh/mod_zleparameter.yo')
-rw-r--r--Doc/Zsh/mod_zleparameter.yo16
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/Zsh/mod_zleparameter.yo b/Doc/Zsh/mod_zleparameter.yo
index 03d504724..76d23ba2a 100644
--- a/Doc/Zsh/mod_zleparameter.yo
+++ b/Doc/Zsh/mod_zleparameter.yo
@@ -15,14 +15,16 @@ This array contains the names of the keymaps currently defined.
)
vindex(widgets)
item(tt(widgets))(
-This associative array contains one entry per widget defined. The name
+This associative array contains one entry per widget. The name
of the widget is the key and the value gives information about the
-widget. It is either the string `tt(builtin)' for builtin widgets, a
-string of the form `tt(user:)var(name)' for user-defined widgets,
-where var(name) is the name of the shell function implementing the
-widget, or it is a string of the form
-`tt(completion:)var(type)tt(:)var(name)', for completion widgets. In
-the last case var(type) is the name of the builtin widgets the
+widget. It is either
+ the string `tt(builtin)' for builtin widgets,
+ a string of the form `tt(user:)var(name)' for user-defined widgets,
+ where var(name) is the name of the shell function implementing the widget,
+ a string of the form `tt(completion:)var(type)tt(:)var(name)'
+ for completion widgets,
+ or a null value if the widget is not yet fully defined.
+In the penultimate case, var(type) is the name of the builtin widget the
completion widget imitates in its behavior and var(name) is the name
of the shell function implementing the completion widget.
)