about summary refs log tree commit diff
path: root/Doc/Zsh/func.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-07-30 19:46:14 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-07-30 19:46:14 +0000
commit8a466992dad9dd4ce4ef3c7f5845f5f340866d2c (patch)
treecaccdd809221035487bbc246c92ca94d0baac43e /Doc/Zsh/func.yo
parenteccd5ca1a3682e4feda3f6bdf1daab2feea0b1b0 (diff)
downloadzsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.tar.gz
zsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.tar.xz
zsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.zip
cross-reference to DEBUG_BEFORE_CMD option
Diffstat (limited to 'Doc/Zsh/func.yo')
-rw-r--r--Doc/Zsh/func.yo3
1 files changed, 2 insertions, 1 deletions
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))(