diff options
| author | Richard M. Stallman | 2006-08-20 12:11:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-20 12:11:24 +0000 |
| commit | 4721317c7d11c24f2bac4fb20bba6e8750eb91b8 (patch) | |
| tree | 51174a4328c3166ee6291c3b8c006672f9f62c54 | |
| parent | 3bde9bb9fb4eece73a40315e19653fc65af3753b (diff) | |
| download | emacs-4721317c7d11c24f2bac4fb20bba6e8750eb91b8.tar.gz emacs-4721317c7d11c24f2bac4fb20bba6e8750eb91b8.zip | |
(Reading One Event): Update xref.
| -rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 2a091524bed..514b55205a1 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -2231,7 +2231,7 @@ necessary for input to arrive. | |||
| 2231 | 2231 | ||
| 2232 | If @var{seconds} is @code{nil}, Emacs is considered idle while waiting | 2232 | If @var{seconds} is @code{nil}, Emacs is considered idle while waiting |
| 2233 | for user input to arrive. Idle timers---those created with | 2233 | for user input to arrive. Idle timers---those created with |
| 2234 | @code{run-with-idle-timer} (@pxref{Timers})---can run during this | 2234 | @code{run-with-idle-timer} (@pxref{Idle Timers})---can run during this |
| 2235 | period. However, if @var{seconds} is non-@code{nil}, the state of | 2235 | period. However, if @var{seconds} is non-@code{nil}, the state of |
| 2236 | idleness remains unchanged. If Emacs is non-idle when | 2236 | idleness remains unchanged. If Emacs is non-idle when |
| 2237 | @code{read-event} is called, it remains non-idle throughout the | 2237 | @code{read-event} is called, it remains non-idle throughout the |