1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Forcing Redisplay): Document return value of function redisplay.

This commit is contained in:
Kim F. Storm 2006-09-10 20:54:19 +00:00
parent 032409712e
commit cccdcb1128

View File

@ -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