From 81a331a3eaf81352b0f06a7b91f9ced73be04741 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Sep 2005 15:26:44 +0000 Subject: 21779 plus unposted catch change: exception improvementss --- Doc/Zsh/contrib.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/contrib.yo') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index a18910f75..f6b434c64 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1284,8 +1284,8 @@ example({ In common with exception handling in other languages, the exception may be thrown by code deeply nested inside the `try' block. However, note that it must be thrown inside the current shell, not in a subshell forked for a -pipline, parenthesised current-shell construct, or some form of -substitution. +pipeline, parenthesised current-shell construct, or some form of +command or process substitution. The system internally uses the shell variable tt(EXCEPTION) to record the name of the exception between throwing and catching. One drawback of this -- cgit v1.2.3