Author: pmichaud
Date: Thu Dec 18 10:19:04 2008
New Revision: 34072

Modified:
   branches/main/compilers/pct/src/PAST/Node.pir

Log:
[pct]:  Adjust documentation of 'lexical' on PAST::Block nodes.


Modified: branches/main/compilers/pct/src/PAST/Node.pir
==============================================================================
--- branches/main/compilers/pct/src/PAST/Node.pir       (original)
+++ branches/main/compilers/pct/src/PAST/Node.pir       Thu Dec 18 10:19:04 2008
@@ -606,10 +606,8 @@
 
 =item lexical([flag])
 
-Get/set whether the block is a lexical block.  A block
-with this attribute set to false is not lexically scoped
-inside of its parent, and will not act as an outer lexical
-scope for any nested blocks within it.
+Get/set whether the block is lexically nested within
+the block that contains it.
 
 =cut
 

Reply via email to