*** empty log message ***
authorhanda <handa>
Fri, 1 Aug 2008 04:33:12 +0000 (04:33 +0000)
committerhanda <handa>
Fri, 1 Aug 2008 04:33:12 +0000 (04:33 +0000)
FORMATS/IM.txt

index c938620..f2b5f2b 100644 (file)
@@ -490,8 +490,9 @@ unhandled.
 SHIFT :: = '(' 'shift' STATE-NAME ')'
 @endverbatim
 
-This action shifts the current state to @c STATE-NAME.  @c
-STATE-NAME must appear in @c STATE-LIST.
+This action shifts the current state to @c STATE-NAME if @c is not @c
+t, and to the previous state if @c STATE-NAME is @c t.  In the former
+case, @c STATE-NAME must appear in @c STATE-LIST.
 
 @verbatim
 CALL ::= '(' 'call' MODULE-NAME FUNCTION ARG * ')'