emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi,v
Date: Tue, 11 Jul 2006 00:47:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/11 00:47:43

Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -b -r1.231 -r1.232
--- display.texi        9 Jul 2006 22:34:41 -0000       1.231
+++ display.texi        11 Jul 2006 00:47:42 -0000      1.232
@@ -113,10 +113,13 @@
 regardless of whether input is available.
 @end defvar
 
address@hidden sit-for
-  You can request a display update, but only if no input is pending,
-with @code{(sit-for 0)}.  To force a display update even when input is
-pending, use @code{(sit-for -1)}.
address@hidden redisplay &optional force
+This function performs an immediate redisplay provided there are no
+pending input events.  This is equivalent to @code{(sit-for 0)}.
+
+If the optional argument @var{force} is address@hidden, it forces an
+immediate and complete redisplay even if input is available.
address@hidden defun
 
 @node Truncation
 @section Truncation




reply via email to

[Prev in Thread] Current Thread [Next in Thread]