diff options
Diffstat (limited to 'Doc/Zsh/func.yo')
-rw-r--r-- | Doc/Zsh/func.yo | 3 |
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))( |