diff options
author | David Kastrup <dak@gnu.org> | 2006-06-04 15:07:25 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2006-06-04 15:07:25 +0000 |
commit | d495ccfc5051c72b04a20b4cd0e84af7056ce11e (patch) | |
tree | 400deec7d60dc18adac459e635d82b2fc439378c /src/dispnew.c | |
parent | 6dfbf803008ef9d5bd5a53cbe5848cc797c94938 (diff) | |
download | emacs-d495ccfc5051c72b04a20b4cd0e84af7056ce11e.tar.gz |
Mention `redisplay-dont-pause' in doc string of
`sit-for'.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 89e2673d6c2..cbe0e3fb521 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6436,6 +6436,9 @@ Redisplay is preempted as always if input arrives, and does not happen if input is available before it starts. Value is t if waited the full time with no input arriving. +Redisplay will occur even when input is available if you bind +`redisplay-dont-pause' to a non-nil value. + An obsolete but still supported form is \(sit-for SECONDS &optional MILLISECONDS NODISP) Where the optional arg MILLISECONDS specifies an additional wait period, |