summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/files.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-26 07:25:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-26 07:25:43 +0000
commitafe0e139c8fb5acdbd1d744b9be3d7830302c144 (patch)
treeb8688155b023f7ef592fa15a06f388deb82eaf62 /Doc/Zsh/files.yo
parentzsh-workers/10243 (diff)
downloadzsh.tar
zsh.tar.gz
zsh.tar.bz2
zsh.tar.lz
zsh.tar.xz
zsh.tar.zst
zsh.zip
zsh-workers/10250zsh
Diffstat (limited to 'Doc/Zsh/files.yo')
-rw-r--r--Doc/Zsh/files.yo15
1 files changed, 11 insertions, 4 deletions
diff --git a/Doc/Zsh/files.yo b/Doc/Zsh/files.yo
index a9377b33c..92ea66303 100644
--- a/Doc/Zsh/files.yo
+++ b/Doc/Zsh/files.yo
@@ -46,7 +46,14 @@ a test of the form `tt(if [[ -o rcs ]]; then ...)' so that it will not
be executed when zsh is invoked with the `tt(-f)' option.
ifnzman(includefile(Zsh/filelist.yo))
-For all of these files pre-compiled wordcode files may be created with
-the tt(zcompile) builtin command. If such a files exists (names like
-the original file plus the tt(.zwc) extension) and it is younger than
-the original file, the wordcode file will be used instead.
+Any of these files may be pre-compiled with the tt(zcompile) builtin
+command (
+ifzman(\
+see zmanref(zshbuiltins)
+)\
+ifnzman(\
+noderef(Shell Builtin Commands)
+)\
+). If a compiled file exists (named for the original file plus the
+tt(.zwc) extension) and it is newer than the original file, the compiled
+file will be used instead.