about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-17 14:26:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-17 14:26:44 +0000
commit7df71329cf11a6ab295e6213db4020215a839d65 (patch)
tree0e3fb996b938fdd69abd7c555c7c6c68865f87db
parent882a6d2e2cbb08d2397400d55fbaf70fdb5bef18 (diff)
downloadzsh-7df71329cf11a6ab295e6213db4020215a839d65.tar.gz
zsh-7df71329cf11a6ab295e6213db4020215a839d65.tar.xz
zsh-7df71329cf11a6ab295e6213db4020215a839d65.zip
zsh-workers:8475
-rw-r--r--Doc/Zsh/mod_comp1.yo11
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/Zsh/mod_comp1.yo b/Doc/Zsh/mod_comp1.yo
deleted file mode 100644
index 879b6d927..000000000
--- a/Doc/Zsh/mod_comp1.yo
+++ /dev/null
@@ -1,11 +0,0 @@
-texinode(The comp1 Module)(The compctl Module)(The clone Module)(Zsh Modules)
-sect(The comp1 Module)
-The tt(comp1) module does nothing that is visible to the user.
-Its purpose is to provide the internal basis of the programmable
-completion mechanism.
-
-This module must be loaded before any module that
-provides a means of controlling completion (such as the tt(compctl)
-module), or that uses completions (such as the tt(zle) module).
-This is done automatically for modules distributed with zsh, and
-for other modules can be effected by the use of tt(zmodload -d).