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

(Fredisplay): Document return value.

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

View File

@ -6550,7 +6550,8 @@ sit_for (timeout, reading, do_display)
DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
doc: /* Perform redisplay if no input is available.
If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil,
perform a full redisplay even if input is available. */)
perform a full redisplay even if input is available.
Return t if redisplay was performed, nil otherwise. */)
(force)
Lisp_Object force;
{