about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:12:07 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:12:07 +0000
commitc128c526c93fdd28b1051bb91d6b6459dc84a278 (patch)
treee82b5369f37e42b1a183d878a8c5a4bb203355a8 /INSTALL
parentf39f39039c78588a0f062b3da87e623a609d0088 (diff)
downloadzsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.tar.gz
zsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.tar.xz
zsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.zip
zsh-workers/7670
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 8bdf86725..c9a4b0619 100644
--- a/INSTALL
+++ b/INSTALL
@@ -253,7 +253,7 @@ FUNCTIONS_INSTALL, either when running configure (e.g.
 Completion or Functions subdirectories.  By default, all the functions for
 the Completion system will be installed (see the zshcompsys manual page),
 plus those provide functions for the line editor, i.e.
-  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* Cvs/* Debian/*  Linux/* X/* Zle/*'
+  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/*'
 and if the --enable-dynamic option was given, the functions in
 Functions/Zftp, which require the zftp module to be available (see the
 zshzftpsys manual page), will be included as well.  Note, however, that
@@ -262,7 +262,7 @@ system-specific.
 
 There are also some miscellaneous functions with documentation in comments;
 the complete set of functions can be installed with
-  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* Cvs/* \
+  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* \
   Debian/* Linux/* X/* Misc/* Zftp/* Zle/*'
 Note you should set this by hand to include `Zftp/*' if you have zftp
 compiled into a statically linked shell.