]> code.delx.au - gnu-emacs/commitdiff
(Fredisplay): Doc fix.
authorKim F. Storm <storm@cua.dk>
Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)
src/dispnew.c

index 17c5f05053ff42c7ba961a23a0aa061bdda3dd24..cd9a773bdeb8ff2f8f62e554eff31680d866bf92 100644 (file)
@@ -6534,8 +6534,8 @@ sit_for (sec, usec, reading, display, initial_display)
 
 DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
        doc: /* Perform redisplay if no input is available.
-If optional arg FORCE is non-nil, perform a full redisplay even if
-input is available.  */)
+If optional arg FORCE is non-nil or `rediplay-dont-pause' is non-nil,
+perform a full redisplay even if input is available.  */)
      (force)
   Lisp_Object force;
 {