aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-09-10 20:54:19 +0000
committerKim F. Storm <[email protected]>2006-09-10 20:54:19 +0000
commitcccdcb1128117b072dd578b8cbc034b093eefd72 (patch)
treed063237f0d82de26cf63d8d2aa77bdcba2a45e57
parent032409712e70aab1e45a9d0d524090ba2142c1e7 (diff)
(Forcing Redisplay): Document return value of function redisplay.
-rw-r--r--lispref/display.texi2
1 files changed, 2 insertions, 0 deletions
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