changeset 72789:3bc9f54f9bdb

(Forcing Redisplay): Document return value of function redisplay.
author Kim F. Storm <storm@cua.dk>
date Sun, 10 Sep 2006 20:54:19 +0000
parents 102f29870373
children 16c08056334a
files lispref/display.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Sun Sep 10 20:50:54 2006 +0000
+++ b/lispref/display.texi	Sun Sep 10 20:54:19 2006 +0000
@@ -119,6 +119,8 @@
 
 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