From f8d9700c1d73f8501291da65bf6af9b08c8e4f78 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 16 Sep 2005 12:24:02 +0000 Subject: [PATCH] (PUSHBACK): Add descrition for (pushback KEYSEQ). --- FORMATS/IM.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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)' -- 1.7.10.4