about summary refs log tree commit diff
path: root/Doc/Zsh/mod_compctl.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_compctl.yo')
-rw-r--r--Doc/Zsh/mod_compctl.yo16
1 files changed, 11 insertions, 5 deletions
diff --git a/Doc/Zsh/mod_compctl.yo b/Doc/Zsh/mod_compctl.yo
index b7adf8fa6..c4a254bb0 100644
--- a/Doc/Zsh/mod_compctl.yo
+++ b/Doc/Zsh/mod_compctl.yo
@@ -1,7 +1,13 @@
-texinode(The compctl Module)(The deltochar Module)(The comp1 Module)(Zsh Modules)
-sect(The compctl Module)
-The tt(compctl) module makes available one builtin command, tt(compctl),
-which is the standard way to control completions for ZLE.  See
+COMMENT(!MOD!zsh/compctl
+The tt(compctl) builtin for controlling completion.
+!MOD!)
+The tt(zsh/compctl) module makes available two builtin commands. tt(compctl),
+is the old, deprecated way to control completions for ZLE.  See
 ifzman(zmanref(zshcompctl))\
-ifnzman(noderef(Programmable Completion))\
+ifnzman(noderef(Completion Using compctl))\
+.
+The other builtin command, tt(compcall) can be used in user-defined
+completion widgets, see
+ifzman(zmanref(zshcompwid))\
+ifnzman(noderef(Completion Widgets))\
 .