diff lispref/display.texi @ 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 525ad9d19a8b
children 501a2788cfa4
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