Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/commands.texi

    r4140 r4148  
    22302230necessary for input to arrive. 
    22312231 
     2232If @var{seconds} is @code{nil}, Emacs is considered idle while waiting 
     2233for user input to arrive.  Idle timers---those created with 
     2234@code{run-with-idle-timer} (@pxref{Timers})---can run during this 
     2235period.  However, if @var{seconds} is non-@code{nil}, the state of 
     2236idleness remains unchanged.  If Emacs is non-idle when 
     2237@code{read-event} is called, it remains non-idle throughout the 
     2238operation of @code{read-event}; if Emacs is idle (which can happen if 
     2239the call happens inside an idle timer), it remains idle. 
     2240 
    22322241If @code{read-event} gets an event that is defined as a help character, 
    22332242then in some cases @code{read-event} processes the event directly without