aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-20 12:11:24 +0000
committerRichard M. Stallman2006-08-20 12:11:24 +0000
commit4721317c7d11c24f2bac4fb20bba6e8750eb91b8 (patch)
tree51174a4328c3166ee6291c3b8c006672f9f62c54
parent3bde9bb9fb4eece73a40315e19653fc65af3753b (diff)
downloademacs-4721317c7d11c24f2bac4fb20bba6e8750eb91b8.tar.gz
emacs-4721317c7d11c24f2bac4fb20bba6e8750eb91b8.zip
(Reading One Event): Update xref.
-rw-r--r--lispref/commands.texi2
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
2232If @var{seconds} is @code{nil}, Emacs is considered idle while waiting 2232If @var{seconds} is @code{nil}, Emacs is considered idle while waiting
2233for user input to arrive. Idle timers---those created with 2233for 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
2235period. However, if @var{seconds} is non-@code{nil}, the state of 2235period. However, if @var{seconds} is non-@code{nil}, the state of
2236idleness remains unchanged. If Emacs is non-idle when 2236idleness 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