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:
parent
322dd25485
commit
032409712e
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user