From cccdcb1128117b072dd578b8cbc034b093eefd72 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 10 Sep 2006 20:54:19 +0000 Subject: [PATCH] (Forcing Redisplay): Document return value of function redisplay. --- lispref/display.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lispref/display.texi b/lispref/display.texi index 1088c14df8..fccae22f07 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -119,6 +119,8 @@ pending input events. This is equivalent to @code{(sit-for 0)}. If the optional argument @var{force} is non-@code{nil}, it forces an immediate and complete redisplay even if input is available. + +Returns @code{t} if redisplay was performed, or @code{nil} otherwise. @end defun @node Truncation -- 2.39.2