From 1254055f094e2a13abc79fa8f1a708753d8ab998 Mon Sep 17 00:00:00 2001
From: Andrey Borzenkov <bor@users.sourceforge.net>
Date: Wed, 20 Sep 2000 06:33:29 +0000
Subject: [PATCH] 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify
 digest file usage.

---
 ChangeLog          | 5 +++++
 Doc/Zsh/contrib.yo | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c8f41ce75..5b748ed32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-20  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify
+	digest file usage.
+
 2000-09-19  Clint Adams  <schizo@debian.org>
 
 	* 12847: Src/builtin.c: dynamically allocate z and buf in
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.