(Fredisplay): Doc fix.

This commit is contained in:
Kim F. Storm 2006-07-10 23:54:17 +00:00
parent 01327edf88
commit b19659b953

View file

@ -6534,8 +6534,8 @@ sit_for (sec, usec, reading, display, initial_display)
DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
doc: /* Perform redisplay if no input is available.
If optional arg FORCE is non-nil, perform a full redisplay even if
input is available. */)
If optional arg FORCE is non-nil or `rediplay-dont-pause' is non-nil,
perform a full redisplay even if input is available. */)
(force)
Lisp_Object force;
{