Author: paultcochrane
Date: Sun Oct 28 08:36:06 2007
New Revision: 22558

Modified:
   trunk/docs/pdds/draft/pdd06_pasm.pod

Log:
[docs] Changed docs for clear_eh into those for pop_eh which is the new
opcode we're supposed to use, eh?


Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod        (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod        Sun Oct 28 08:36:06 2007
@@ -643,9 +643,9 @@
 Sets an exception handler in place. The code referred to by register Px will
 get called if an exception is thrown while the exception handler is in scope.
 
-=item clear_eh
+=item pop_eh
 
-Clear out the most recently placed exception
+Pop the most recently placed exception off the handler stack.
 
 =item throw Px
 

Reply via email to