about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-09-20 06:33:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-09-20 06:33:29 +0000
commit1254055f094e2a13abc79fa8f1a708753d8ab998 (patch)
tree774c78acc58cd49e9eb6689b0c32df002513023f /Doc/Zsh/contrib.yo
parent9f012ce7c91cf517242bd2d26e6d97dca61f791c (diff)
downloadzsh-1254055f094e2a13abc79fa8f1a708753d8ab998.tar.gz
zsh-1254055f094e2a13abc79fa8f1a708753d8ab998.tar.xz
zsh-1254055f094e2a13abc79fa8f1a708753d8ab998.zip
12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 91f252f51..eb5f202da 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -81,7 +81,9 @@ installation to track the latest developments, you may find that function
 digests compiled with the tt(zcompile) builtin are frequently out of date
 with respect to the function source files.  This is not usually a problem,
 because zsh always looks for the newest file when loading a function, but
-it may cause slower shell startup and function loading.
+it may cause slower shell startup and function loading.  Also, if a digest
+file is explicitly used as element of tt(fpath), zsh won't check whether
+any of its source files has changed.
 
 The tt(zrecompile) autoloadable function, found in tt(Functions/Misc), can
 be used to keep function digests up to date.