about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/func.yo3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d9cf20cca..a6785373c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Doc/Zsh/func.yo: refer to DEBUG_BEFORE_CMD option.
+
 2008-07-30  Peter Stephenson  <pws@csr.com>
 
 	* Max Mikhanosha: users/13077: Completion/Unix/Type/_path_files:
@@ -12,7 +16,7 @@
 
 2008-07-27  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* following discussion: Src/builtin.c: chnage error message in
+	* following discussion: Src/builtin.c: change error message in
 	25338.
 
 2008-07-25  Peter Stephenson  <pws@csr.com>
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 0d215dde3..83ab8bc5d 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -308,7 +308,8 @@ executed inside other traps.
 )
 findex(TRAPDEBUG)
 item(tt(TRAPDEBUG))(
-Executed after each command.
+Executed after each command.  If the option tt(DEBUG_BEFORE_CMD)
+is set, executed before each command instead.
 )
 findex(TRAPEXIT)
 item(tt(TRAPEXIT))(