From 7929d97254f84932ab79baf613f3f300ca0a5f84 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 9 Nov 2006 11:04:10 +0000 Subject: 22984: add zshexit hook --- Doc/Zsh/func.yo | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Doc/Zsh/func.yo') diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index 5fac56aac..74d031fd1 100644 --- a/Doc/Zsh/func.yo +++ b/Doc/Zsh/func.yo @@ -203,6 +203,14 @@ size-limited version of the command (with things like function bodies elided); the third argument contains the full text that is being executed. ) +findex(zshexit) +vindex(zshexit_functions) +item(tt(zshexit))( +Executed at the point where the main shell is about to exit normally. +This is not called by exiting subshells, nor when the tt(exec) +precommand modifier is used before an external command. Also, unlike +tt(TRAPEXIT), it is not called when functions exit. +) item(tt(TRAP)var(NAL))( cindex(signals, trapping) cindex(trapping signals) -- cgit 1.4.1