X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fcommands.texi;h=3620037ec647009ddb86f65b2e1d5bffb984cf77;hb=682b150413bbb86eadb481299953bc42c8faca92;hp=9821a57de4db1e5dff343cdbb48552c0b7cbb5d7;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/commands.texi b/man/lispref/commands.texi index 9821a57..3620037 100644 --- a/man/lispref/commands.texi +++ b/man/lispref/commands.texi @@ -1755,7 +1755,7 @@ This variable holds a list of events waiting to be read as command input. The events are used in the order they appear in the list, and removed one by one as they are used. -The variable is needed because in some cases a function reads a event +The variable is needed because in some cases a function reads an event and then decides not to use it. Storing the event in this variable causes it to be processed normally, by the command loop or by the functions to read command input.