diff options
author | Kim F. Storm <storm@cua.dk> | 2006-09-10 20:54:19 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-09-10 20:54:19 +0000 |
commit | cccdcb1128117b072dd578b8cbc034b093eefd72 (patch) | |
tree | d063237f0d82de26cf63d8d2aa77bdcba2a45e57 /lispref | |
parent | 032409712e70aab1e45a9d0d524090ba2142c1e7 (diff) | |
download | emacs-cccdcb1128117b072dd578b8cbc034b093eefd72.tar.gz |
(Forcing Redisplay): Document return value of function redisplay.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 2 |
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)}. 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 |