diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-06 21:50:34 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-06 21:50:34 +0000 |
commit | 22763d166eaa1241cc3507510a220150a3aa5e03 (patch) | |
tree | c205d0888edbe168094452b002c1de9178c92c09 /shells | |
parent | 7d1f23ae32ff55474cf1dab8a6a73eda7908f2cb (diff) | |
download | pkgsrc-22763d166eaa1241cc3507510a220150a3aa5e03.tar.gz |
compinstall isn't really a builtin function, one needs to autoload it.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/pkg/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/pkg/MESSAGE b/shells/zsh/pkg/MESSAGE index 55b1fe9c907..0c8c55e0e85 100644 --- a/shells/zsh/pkg/MESSAGE +++ b/shells/zsh/pkg/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/06/05 21:55:38 jtb Exp $ +$NetBSD: MESSAGE,v 1.2 2001/06/06 21:50:34 jtb Exp $ `${PREFIX}/share/doc/zsh/NEWS' contains a summary of important changes for this version of zsh. Note that the completion system can now be setup and configured using -the builtin "compinstall" function. Please read zshcompsys(1) manual -page for information on how this works. +the "compinstall" function. Please read the zshcompsys(1) manual page +for information on how this works. =========================================================================== |