about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-23 11:43:58 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-23 11:43:58 +0000
commit8115ef8458fd8dcc39f178c1edfd624ca439eef2 (patch)
treed4b3553918e77ae9bc5e15b70aa9365f187fe7fb /INSTALL
parent2a7e5c6458acee0c43b4504ec2f13bab7a511633 (diff)
downloadzsh-8115ef8458fd8dcc39f178c1edfd624ca439eef2.tar.gz
zsh-8115ef8458fd8dcc39f178c1edfd624ca439eef2.tar.xz
zsh-8115ef8458fd8dcc39f178c1edfd624ca439eef2.zip
zsh-workers/8747
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index f5c08b1c3..cadf4ee5b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -66,14 +66,14 @@ have already run make, then after adding or removing the modules run:
 Controlling what is compiled into the main zsh binary
 -----------------------------------------------------
 
-By default the comp1, compctl, zle, complist, sched and rlimits modules are
-compiled into non-dynamic zsh and no modules are compiled into the main
-binary if dynamic loading is available.  This can be overridden by creating
-the file mymods.conf in the compilation directory (Src, unless you have
-told configure to use another directory) with the list of modules which are
-to be compiled into the main binary, one module name per line with no
-punctuation and no suffix.  See the zshmodules manual page for the list of
-available modules.
+By default the complete, compctl, zle, computil, complist, sched, parameter,
+zleparameter and rlimits modules are compiled into non-dynamic zsh and no
+modules are compiled into the main binary if dynamic loading is available.
+This can be overridden by creating the file mymods.conf in the compilation
+directory (Src, unless you have told configure to use another directory)
+with the list of modules which are to be compiled into the main binary, one
+module name per line with no punctuation and no suffix.  See the zshmodules
+manual page for the list of available modules.
 
 On systems which do not allow symbols in one dynamically loaded library to
 be visible from another, comp1 will be compiled in to the base executable