From: handa Date: Fri, 16 Sep 2005 12:24:02 +0000 (+0000) Subject: (PUSHBACK): Add descrition for (pushback KEYSEQ). X-Git-Tag: REL-1-3-0~116 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f8d9700c1d73f8501291da65bf6af9b08c8e4f78;p=m17n%2Fm17n-db.git (PUSHBACK): Add descrition for (pushback KEYSEQ). --- diff --git a/FORMATS/IM.txt b/FORMATS/IM.txt index b9646a4..08100aa 100644 --- a/FORMATS/IM.txt +++ b/FORMATS/IM.txt @@ -286,10 +286,15 @@ current position. @c SYMBOL must not be a @c PREDEFINED-SYMBOL. @verbatim -PUSHBACK :: = '(pushback INTEGER)' +PUSHBACK :: = '(' 'pushback' INTEGER ')' + | '(' 'pushback' KEYSEQ ')' @endverbatim -This action pushes back the latest @c INTEGER number of key events to the event queue. +The first form pushes back the latest @c INTEGER number of key events +to the event queue if @c INTEGER is positive, and pushes back all key +events if @c INTEGER is zero. + +The second form pushes back keys in KEYSEQ to the event queue. @verbatim UNDO :: = '(undo)'