diff options
Diffstat (limited to 'Doc/Zsh/mod_compctl.yo')
-rw-r--r-- | Doc/Zsh/mod_compctl.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_compctl.yo b/Doc/Zsh/mod_compctl.yo index cfd615b2d..91f6112ee 100644 --- a/Doc/Zsh/mod_compctl.yo +++ b/Doc/Zsh/mod_compctl.yo @@ -3,7 +3,7 @@ sect(The compctl Module) The tt(compctl) module makes available several builtin commands. tt(compctl), is the standard way to control completions for ZLE. See ifzman(zmanref(zshcompctl))\ -ifnzman(noderef(Programmable Completion))\ +ifnzman(noderef(Programmable Completion Using compctl))\ . The other builtin commands can be used in user-defined completion widgets, see |