aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 1088c14df82..fccae22f072 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -119,6 +119,8 @@ pending input events. This is equivalent to @code{(sit-for 0)}.
119 119
120If the optional argument @var{force} is non-@code{nil}, it forces an 120If the optional argument @var{force} is non-@code{nil}, it forces an
121immediate and complete redisplay even if input is available. 121immediate and complete redisplay even if input is available.
122
123Returns @code{t} if redisplay was performed, or @code{nil} otherwise.
122@end defun 124@end defun
123 125
124@node Truncation 126@node Truncation