]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
Mention `redisplay-dont-pause' in doc string of
[gnu-emacs] / src / dispnew.c
index 89e2673d6c29b993873dd858b02a21f75cf79dd9..cbe0e3fb52170f71cbcc882cfe563500f3f8e9e2 100644 (file)
@@ -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,