From 2efb7d712b207151abf80331a2f0e50d4bad7be9 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 9 Mar 2005 16:01:13 +0000 Subject: [PATCH] object location definitions happen in the calling namespace, not the global one --- layout/informat.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/informat.txt b/layout/informat.txt index ee0126f..26bc085 100644 --- a/layout/informat.txt +++ b/layout/informat.txt @@ -183,14 +183,14 @@ Commands with South). For `part', each FR (`formal result') and AR (`actual result') - specifies that the loc FR inside O is exported into the global + specifies that the loc FR inside O is exported into the calling namespace as a new loc AR. Either FR or AR may start with `-'. - Also, each loc L inside O is exported into the global namespace as a + Also, each loc L inside O is exported into the calling namespace as a new loc N_L (unless N_L already exists). If A is not specified then N_F is used. For `obj[flip]' if prefix P (syntax is that of an identifier) is - specified, each other loc L inside O is exported into the global + specified, each other loc L inside O is exported into the calling namespace as a new loc PL (unless PL already exists). P may be `=' to indicate an empty prefix (default is not to export locs). -- 2.30.2