# HG changeset patch # User Kim F. Storm # Date 1157921659 0 # Node ID 3bc9f54f9bdb34e6451513e7fd2d4aac95fa9e78 # Parent 102f29870373e6ee3cd9af0eb508ac8b275bd9e4 (Forcing Redisplay): Document return value of function redisplay. diff -r 102f29870373 -r 3bc9f54f9bdb lispref/display.texi --- 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