]> code.delx.au - gnu-emacs/commitdiff
(Fredisplay): Document return value.
authorKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 20:50:54 +0000 (20:50 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 20:50:54 +0000 (20:50 +0000)
src/dispnew.c

index 3cbd878bb13bd9d9d6400dea1c1202d8bda3fdeb..d048eadd5c4126aa4b82392585dd74c91950d601 100644 (file)
@@ -6550,7 +6550,8 @@ sit_for (timeout, reading, do_display)
 DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
        doc: /* Perform redisplay if no input is available.
 If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil,
-perform a full redisplay even if input is available.  */)
+perform a full redisplay even if input is available.
+Return t if redisplay was performed, nil otherwise.  */)
      (force)
   Lisp_Object force;
 {