about summary refs log tree commit diff
path: root/Doc/Zsh/modules.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-15 09:45:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-15 09:45:33 +0000
commit854c9fdafa2d0c63442d98cce1b87c0ec51c8cde (patch)
tree07b4fd92a19a49614ed1ccc113f46a09d714d604 /Doc/Zsh/modules.yo
parentdf3478da4e559af872e9ea813320bfa6876fb933 (diff)
downloadzsh-854c9fdafa2d0c63442d98cce1b87c0ec51c8cde.tar.gz
zsh-854c9fdafa2d0c63442d98cce1b87c0ec51c8cde.tar.xz
zsh-854c9fdafa2d0c63442d98cce1b87c0ec51c8cde.zip
zsh-workers/8272
Diffstat (limited to 'Doc/Zsh/modules.yo')
-rw-r--r--Doc/Zsh/modules.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo
index 3f443b073..b06edfda2 100644
--- a/Doc/Zsh/modules.yo
+++ b/Doc/Zsh/modules.yo
@@ -25,6 +25,10 @@ completion widgets.
 item(tt(complist))(
 Completion listing extensions.
 )
+item(tt(computil))(
+A module with utility builtins needed for the shell function based
+completion system.
+)
 item(tt(deltochar))(
 A ZLE function duplicating EMACS' tt(zap-to-char).
 )
@@ -62,6 +66,7 @@ menu(The clone Module)
 menu(The comp1 Module)
 menu(The compctl Module)
 menu(The complist Module)
+menu(The computil Module)
 menu(The deltochar Module)
 menu(The example Module)
 menu(The files Module)
@@ -78,6 +83,7 @@ includefile(Zsh/mod_clone.yo)
 includefile(Zsh/mod_comp1.yo)
 includefile(Zsh/mod_compctl.yo)
 includefile(Zsh/mod_complist.yo)
+includefile(Zsh/mod_computil.yo)
 includefile(Zsh/mod_deltochar.yo)
 includefile(Zsh/mod_example.yo)
 includefile(Zsh/mod_files.yo)