From e8916d8480fa0b2ce55b98d692721d8fe6c514cd Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 5 Jun 2010 13:42:53 +0000 Subject: Fix an AllowSubstExceptions() typo in the User's Guide update. --- doc/user/environments.in | 2 +- doc/user/environments.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/environments.in b/doc/user/environments.in index 0e53363..6672ea7 100644 --- a/doc/user/environments.in +++ b/doc/user/environments.in @@ -794,7 +794,7 @@ environment, of directory names, suffixes, etc. This default behaviour can be changed using the &AllowSubstExceptions; function. When a problem occurs with a variable expansion it generates - an exception, and the &AllowSubstException; function controls + an exception, and the &AllowSubstExceptions; function controls which of these exceptions are actually fatal and which are allowed to occur safely. By default, &NameError; and &IndexError; are the two exceptions that are allowed to occur: so instead of diff --git a/doc/user/environments.xml b/doc/user/environments.xml index 2bc43f5..6970a92 100644 --- a/doc/user/environments.xml +++ b/doc/user/environments.xml @@ -794,7 +794,7 @@ environment, of directory names, suffixes, etc. This default behaviour can be changed using the &AllowSubstExceptions; function. When a problem occurs with a variable expansion it generates - an exception, and the &AllowSubstException; function controls + an exception, and the &AllowSubstExceptions; function controls which of these exceptions are actually fatal and which are allowed to occur safely. By default, &NameError; and &IndexError; are the two exceptions that are allowed to occur: so instead of -- cgit v0.12